Re: [building a proxy server with libwww]

or <or@gammasite.com> wrote:
...
But, what if the requests arrive not from a socket, let's say they arrive
from some priority queue, or one of the 
constraints of the application is that the socket where the requests come
from is managed by a another thread 
and not by the tread who "executes" libwww. Is there any way around.
...


The standard way around this is to create a parent process which will
read message queue, and will communicate with the child via socket
pair. The child process will use liwww select() loop.

Mikhail Grouchinski


____________________________________________________________________
Get free email and a permanent address at http://www.netaddress.com/?N=1

Received on Friday, 7 April 2000 01:52:36 UTC