Hi all,
because of my failure using threads in apache 1.3.x with apr (apache mail list tells me that using threads with apache 1.3 isn't possible), I decided to replace threads with apr_poll.
I don't know much about apr_poll: my purpose was to use threads to execute different connections simultanealy.
Is it possible using apr_poll?
Does it execute no blocking IO?
Thanks for your advice
--Marco