close($sock);
}
}
}
}
print "Terminating Server\n";
close $main_sock;
getc();
sub quit_srv() {
print "Server dest\n";
print $new_sock "Server destroyed\n";
exit;
}
On Thu, 2008-03-20 at 10:24 +0530, Anirban Adhikary wrote:
>
Dear List
I have able to write the client-server architecture script *( Based on the
script send by ZENTARA )* which can execute command at the server end and
display the result at client end . But the problem I am facing that the
server can not able to support multiple client it is only able to
Dear List
I have a question regarding this client - server script. I am using two
modules in my script . One is IO::Socket and another is IO::Select. Now my
question is if I want to implement an architecture so that client script
will send a command to the server* [*which doesn't require root priv
On Mon, Mar 17, 2008 at 3:02 PM, 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
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 cli