blob: c48b13780578d5742e1ac54a0798d2b75cbfc592 (
plain) (
tree)
|
|
This module was created to avoid the compile time of big scripts that runs a
lot of times. It works forking your script into MAX_CHILDS childs, and using
Unix Sockets to run your code. Just like CGI::Fast.
-Anton
<tobez@FreeBSD.org>
|