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:
bjorn
2008-11-20 15:00:53 +00:00
parent 1203d31d77
commit de09e64892

View File

@@ -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)))