1
0
forked from GitHub/gf-core

PGFService: make the restriction on parallelism more effective

Restrict the entire request handler instead of just the call to the C parser.
This commit is contained in:
hallgren
2015-02-25 16:08:21 +00:00
parent 0764d518c7
commit 5cf0ab4110
4 changed files with 12 additions and 6 deletions

View File

@@ -5,7 +5,7 @@ import Network.FastCGI(runFastCGI,runFastCGIConcurrent')
import PGFService(cgiMain,newPGFCache,stderrToFile,logFile)
main = do stderrToFile logFile
fcgiMain =<< newPGFCache
fcgiMain =<< newPGFCache Nothing
fcgiMain cache =