Hi list,
Apache 2.2 supports the epoll event driver.
Does epoll have any performance improvement to mod_perl application?
Thanks.
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 w
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
2010/12/5 Torsten Förtsch :
> 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.
For threads I never u