Multithreaded post

I have a requirement to asynchronously send post request and recevie the
replies.  Right now I am having a thread pool where each thread send a
post request and waits for reply.  the problem with libwww is that the
pseudo threads allow me to send multiple requests but they require me to
do HTEventList_loop, which blocks not allowing further requests to be
sent.  I want to keep on sending requests and asynchronously receive
response.  does anybody have a nice solution to this problem?

Received on Friday, 29 March 2002 03:22:05 UTC