Re: how to implement multiple child "accept" within one socket..

1998-03-27 Thread Daniel Martin at home
Won-Ho Kye <[EMAIL PROTECTED]> writes: > [1 ] > Hi friends..! > > I am implementing the server application which have serval child > process. > > > The childs are forked from parent. > I oberved if the each child accept the socket simultaneous, > then the "accept" failed.. > Then I use the semo

Re: how to implement multiple child "accept" within one socket..

1998-03-27 Thread Brandon Mitchell
On Fri, 27 Mar 1998, Won-Ho Kye wrote: > I am implementing the server application which have serval child > process. > Like this > > [parent] > | > +--+--+---+ > | | | | >child1child2... > > The childs are forked from parent. > I oberved

how to implement multiple child "accept" within one socket..

1998-03-27 Thread Won-Ho Kye
Hi friends..! I am implementing the server application which have serval child process. Like this [parent] | +--+--+---+ | | | | child1child2... The childs are forked from parent. I oberved if the each child accept the socket simultaneous