On Wed, Apr 23, 2008 at 3:20 PM, Christopher Weimann
<chri...@weimann.us> wrote:
Flup has both fcgi_fork and scgi_fork flavors. They are pre-fork so it
creates a pool of long running processes and it passes connections to
them. This is the same model that Apache uses an is in theory quite
efficient. You do NOT have to wait for a fork on every connection
because the pool of processes has been forked in advance and is ready
and waiting.
Do you happen to know the applicable setting to use when specifying
the size of that pool?