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
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