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 a5817ff492
commit 9c6b5df741
4 changed files with 12 additions and 6 deletions

View File

@@ -38,6 +38,7 @@ Library
cgi >= 3001.1.7.3,
httpd-shed>=0.4.0.2,
mtl,
exceptions,
network>=2.3 && <2.6,
json >= 0.3.3,
utf8-string >= 0.3.1.1,