Re: event_mpm and poll()

2006-03-03 Thread Bill Stoddard
Paul Querna wrote: Saju Pillai wrote: Greetings, The event mpm expects the apr_pollset backends to be based on epoll() / kqueue() or Solaris 10 event ports. What are the reasons because of which poll() is not considered to be suitable for the event mpm ? Is this because of the large

event_mpm and poll()

2006-03-01 Thread Saju Pillai
Greetings, The event mpm expects the apr_pollset backends to be based on epoll() / kqueue() or Solaris 10 event ports. What are the reasons because of which poll() is not considered to be suitable for the event mpm ? Is this because of the large number of fd's to be polled and linear

Re: event_mpm and poll()

2006-03-01 Thread Paul Querna
Saju Pillai wrote: Greetings, The event mpm expects the apr_pollset backends to be based on epoll() / kqueue() or Solaris 10 event ports. What are the reasons because of which poll() is not considered to be suitable for the event mpm ? Is this because of the large number of fd's to be

Re: event_mpm and poll()

2006-03-01 Thread Greg Ames
Paul Querna wrote: The event mpm expects the apr_pollset backends to be based on epoll() / kqueue() or Solaris 10 event ports. What are the reasons because of which poll() is not considered to be suitable for the event mpm ? Is this because of the large number of fd's to be polled and

Re: event_mpm and poll()

2006-03-01 Thread Saju Pillai
On 02/03/06, Greg Ames [EMAIL PROTECTED] wrote: Paul Querna wrote:The event mpm expects the apr_pollset backends to be based on epoll() / kqueue() or Solaris 10 event ports. What are the reasons because of which poll() is not considered to be suitable for the event mpm ? Is this because of the

Re: event_mpm and poll()

2006-03-01 Thread Paul Querna
Saju Pillai wrote: On 02/03/06, *Greg Ames* [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] wrote: Paul Querna wrote: The event mpm expects the apr_pollset backends to be based on epoll() / kqueue() or Solaris 10 event ports. What are the reasons because of which

Re: event_mpm and poll()

2006-03-01 Thread Saju Pillai
On 02/03/06, Paul Querna [EMAIL PROTECTED] wrote: Saju Pillai wrote: On 02/03/06, *Greg Ames* [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] wrote: Paul Querna wrote:The event mpm expects the apr_pollset backends to be based on epoll() / kqueue() or Solaris 10 event ports. What are the reasons