Hi, On 2006/08/28, at 12:48, Kaare Rasmussen wrote:
>> I don't. But for me at least, what I'm looking for is a simpler HTTPD >> to power my back-end's with Catalyst apps. Even if ax2 is a little >> bit slower than Apache, it would be a good choice in some situations. > > Agreed. But that is asuming that the performance is similar to > Apache/modperl, > not say 10 times slower - or worse: excessive memory requirements. I doubt it will be slower than Apache. The network part should be as fast, given that most Danga::Socket and IO::AIO code is XS. The header parsing and dispatching could probably be slower, although there is a HTTP::Headers::XS already. > Also I wonder if programming ax2 would be as easy as programming eg > POE. Can > it be extended beyond a webserver? For me ax2 would be > uninteresting if it > can only handle http events. I think you should look at qsmtpd as the source of inspirarion. Best regards, -- Pedro Melo JID: xmpp:[EMAIL PROTECTED] _______________________________________________ List: [email protected] Listinfo: http://lists.rawmode.org/mailman/listinfo/catalyst Searchable archive: http://www.mail-archive.com/[email protected]/ Dev site: http://dev.catalyst.perl.org/
