Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

PERL socket programming problem

Status
Not open for further replies.

burgerman

Technical User
Sep 21, 2002
31
US
I have 2 socket servers running on a remote machine. On my local machine i start a PERL program that should pick an idle server on the remote host instead of just queueing up on the first servers listen socket. How can i see if a socket server is busy and i just end up no. 5 in the listen queue? If i can't reach the server right away i want to go on to the next server and try it instead.
 
well, you could let it wait for a while, and if it hasn't recieved a response from the first server, it should move on to the next. luciddream@subdimension.com
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top