mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-09 04:59:31 -06:00
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