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 I::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 advancehttp://images.itags.org/userspace/1/200908011159520457.giflol!
itags wrote:
> 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 I::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.