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 scalability that epoll() / kqueue() provides but poll() doesn't ? Is there any reason why a poll() based implemenation of event_mpm cannot be done if some performance degradation is ok ?
 
regards
srp
 

Reply via email to