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 b56a06fdda
commit 93ab59dd58

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