Re: Question on UNIX sockets
On Mon, May 07, 2001 at 06:11:13AM +, [EMAIL PROTECTED] wrote: > Hi, > > My question is : > > Suppose a server is listening to 5 clients, and it has to send a > message to all the clients, how does the server achieve this task? A server typically consists of 2 programs: one that listens for
Question on UNIX sockets
Hi, My question is : Suppose a server is listening to 5 clients, and it has to send a message to all the clients, how does the server achieve this task? Regards, Nadeem