mod_perl with epoll

2010-12-04 Thread Xiao Lan
Hi list, Apache 2.2 supports the epoll event driver. Does epoll have any performance improvement to mod_perl application? Thanks.

Re: Internal apreq error

2010-12-04 Thread Issac Goldstand
Try setting LogLevel to debug? On 03/12/2010 18:24, Rolf Schaufelberger wrote: Hi, (server Apache/2.2.14, OS Ubunto 10.04 LTS, libapreq 2.12.2 ) I'm getting sometimes an Internal apreq error which appears in my apache log with no more information that just that string. I would like

Re: mod_perl with epoll

2010-12-04 Thread Torsten Förtsch
On Saturday, December 04, 2010 16:16:36 Xiao Lan wrote: Apache 2.2 supports the epoll event driver. Does epoll have any performance improvement to mod_perl application? I believe you are not asking whether epoll as a device for waiting for requests can improve your application since epoll is

Re: mod_perl with epoll

2010-12-04 Thread Xiao Lan
2010/12/5 Torsten Förtsch torsten.foert...@gmx.net: I rather think you are asking if an event driven or thread based MPM (like the event-MPM) can improve your application. Thanks Torsten. Yep, I did mean if the event driven MPM as event-MPM can improve the performance of modperl application.