On Mon, Feb 21, 2005, Christian Kreibich wrote:
> Hi all,
>
>
> I have an application in which a "master" process creates a socket,
> connects to a server app, and forks off a few children sharing the open
> file descriptor for that connection with its children. All of the
> children use the sha
Hi all,
I have an application in which a "master" process creates a socket,
connects to a server app, and forks off a few children sharing the open
file descriptor for that connection with its children. All of the
children use the shared descriptor to send messages, synchronized
through shared me