Socket or NetServer::generic???

From: Bastian Angerstein (ang_at_nmc-m.dtag.de)
Date: 06/30/04


To: "Mailinglist Perl Beginners" <beginners@perl.org>
Date: Wed, 30 Jun 2004 10:49:56 +0200


Hello, there

I am progarmming a client server passed solution.

My Question here ist which Modul I should use.

I already noticed that the IO::Socket and the NetServer::Generic
are both easy to use.

My question is does a IO::Socket server handle multiple clients
or not?

Thank you,
Bastian



Relevant Pages

  • Re: Socket or NetServer::generic???
    ... >> I am progarmming a client server passed solution. ... >> My Question here ist which Modul I should use. ... To handle multiple clients you need to combine ... > Just FYI, if you're going to be digging deep into networking, Network ...
    (perl.beginners)
  • Re: Socket or NetServer::generic???
    ... > I am progarmming a client server passed solution. ... To handle multiple clients you need to combine ... Just FYI, if you're going to be digging deep into networking, Network ...
    (perl.beginners)