On Wed, 23 Oct 2002 22:45:06 + (UTC) in lucky.freebsd.questions, Vinod wrote:
> i need a socket descriptor handle to process all my
> clients which fork out.but the handle i was using
> new_fd(see below) turned out to be the same for all.
>
> listen(..,..)
> for(;;)
> {
> int new_fd=accept(soc
I needed some help with unix socket programming.i have
the richard steven's book but couldnt solve this.
i need a socket descriptor handle to process all my
clients which fork out.but the handle i was using
new_fd(see below) turned out to be the same for all.
listen(..,..)
for(;;)
{
int new_fd=ac