Displaying 1 result from an estimated 1 matches for "cc998c48".
2007 Oct 24
2
Shared listening sockets
On 10/23/07, Robert Mela <rob at robmela.com> wrote:
> Several years back I accidentally discovered that multiple processes
can
> listen on the same TCP/IP socket. The trick of course is that all
the
> processes are in the same process group, and the socket is opened by
a
> shared parent. The OS somehow was managing queuing up the various
> calls to accept() on that