> $c->client_socket gives you the socket object, now I suppose you want to > poll() it for read. Unfortunately we haven't exposed APR::Poll yet. Take a > look at the C API: > > http://lxr.webperf.org/source.cgi/srclib/apr/include/apr_poll.h > http://docx.webperf.org/apr__poll_8h.html > http://docx.webperf.org/group__apr__poll.html > > Is that what you are after?
Yes, this is exactly what we need. Ideally, the APR interface should support the operations supported by IO::Select -- but it appears to. How much work is it to write the mappings for APR::Poll? I've never done it before but.. well we could give it a shot! TTUL Ken -- MailChannels: Control Your Email http://www.mailchannels.com Ken Simpson, CEO +1-604-729-1741 -- Report problems: http://perl.apache.org/bugs/ Mail list info: http://perl.apache.org/maillist/modperl.html List etiquette: http://perl.apache.org/maillist/email-etiquette.html