On Mon, Mar 17, 2008 at 3:02 PM, Anirban Adhikary
<anirban.adhikary@[EMAIL PROTECTED]
> wrote:
> Dear List
> I want to write a script using TCP protocol where will be a single
server
> which can handle multiple client request simultaneously. I am able to
> write a script using IO::Socket but In these scripts my server can
handle
> single client suppose my server is printing the IP address of the
client
> and print 10 times hello world like this............ But that is not
the
> thing which I want ............. I need a script which will print the
IP
> address of the client from which it receives the request and also
execute
> the request which it is receiving from the clients. Regarding this if I
get
> u people's help I will be highly obliged.
>
> Thanks&Regards in advance
> Anirban Adhikary.
>
Take a look at IO::Select*.
* http://search.cpan.org/dist/IO/IO/Select.pm
--
Chas. Owens
wonkden.net
The most im****tant skill a programmer can have is the ability to read.