b ackerman [mailto:[EMAIL PROTECTED]]
Sent: Friday, March 22, 2002 16:22
To: [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]
Subject: Re: forking unix sockets
'close $sock' in the child?
Wouldn't that kill the socket for the parent. Then no more connections for
parent.
also, why 'f
'close $sock' in the child?
Wouldn't that kill the socket for the parent. Then no more connections for
parent.
also, why 'fork' in the client? what's the point?
On Friday, March 22, 2002, at 01:33 PM, Ross Simpson wrote:
> I'm trying to build a forking server which uses unix domain sockets