[Catalyst] Re: New engine: HTTP::Prefork

Andy Grundman andy at hybridized.org
Mon Apr 7 14:18:05 BST 2008


On Apr 7, 2008, at 8:57 AM, Aristotle Pagaltzis wrote:
> * Andy Grundman <andy at hybridized.org> [2008-04-06 17:10]:
>> Multiple processes is really the only way to go for a web
>> server.
>
> You mean, a webserver for running Catalyst apps? ’Cause in the
> general case, a single-process, select-based server will yield
> higher performance.

In order to do that properly, the parent process would have to proxy  
all data through to backend processes.  That's the model I tried for  
the (unreleased) Sprocket engine, but I wasn't really happy with it.


More information about the Catalyst mailing list