Re: [Perl-unix-users] Server-Clients model

2004-08-26 Thread $Bill Luebkert
Eitan Schichmanter wrote: > Hi all, > > I need to establish a Server/Clients (multiple clients) model to run some tests. > > I've created the server via the IO::Socket::INET and the corresponding client. Works > great for ONE Server -> ONE Client. > > My question is: What do I need to do to en

[Perl-unix-users] Server-Clients model

2004-08-26 Thread Eitan Schichmanter
Hi all, I need to establish a Server/Clients (multiple clients) model to run some tests. I've created the server via the IO::Socket::INET and the corresponding client. Works great for ONE Server -> ONE Client. My question is: What do I need to do to enable more than one client on the server? S