forked from GitHub/gf-core
pgf.fcgi: don't install any signal handlers. Since we didn't look at the variable they set, we just created zombies.
This commit is contained in:
@@ -25,7 +25,6 @@ logFile = "pgf-error.log"
|
||||
|
||||
main :: IO ()
|
||||
main = do stderrToFile logFile
|
||||
initFastCGI
|
||||
cache <- newCache PGF.readPGF
|
||||
runFastCGIConcurrent' forkIO 100 (handleErrors (handleCGIErrors (cgiMain cache)))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user