Hi,
Anyone knows about implementation of kqueue, dev/poll in apr, httpd?
Thanks.
Ranier
The apr_pollset API in APR would be a suitable wrapper for a kqueue or dev/poll implementation, but no one has spent the time and effort to do it yet. I have a prototype httpd implementation (patch posted to this list months ago) that implements event driven network reads and Ian Holsman wrote up a design for doing event driven writes. That's about it.
Bill
