This is how it works. Each process blocks on an accept() call to the
same port; when a browser calls connect(), the server's tcp manager
passes the connection to the first accept() in it's queue for that port.
Glenn Butcher
(snip,)
(snip.)Quote:> 2) OR, does each child process listen for a connection request from a
> browser, then connect to the browser, do the work and disconnect? If so,
> how does this work? Can more than one process listen for a connection
> request on the same socket name?