* Use Catalyst's HTTP::Prefork engine by default, with some limits to

prevent the server from being overloaded.
This commit is contained in:
Eelco Dolstra
2009-03-11 15:48:06 +00:00
parent 8b752627a2
commit f945fbb5bd
2 changed files with 6 additions and 1 deletions

View File

@ -68,6 +68,7 @@ let
perlCatalystPluginStackTrace
perlCatalystAuthenticationStoreDBIxClass
perlCatalystViewTT
perlCatalystEngineHTTPPrefork
perlXMLSimple
perlIPCRun
perlIOCompressBzip2