Beefy Boxes and Bandwidth Generously Provided by pair Networks
laziness, impatience, and hubris
 
PerlMonks  

Re^4: telnet question

by erroneousBollock (Curate)
on Nov 15, 2007 at 02:13 UTC ( [id://650890]=note: print w/replies, xml ) Need Help??


in reply to Re^3: telnet question
in thread telnet question

No, you would not normally use IO::Select and fork() together. The three main approaches to parallel communications are:
  • threaded: use threads;
  • forking: fork()
  • multiplexed: useIO::Select;

As I said above, I don't know for sure that you could get Net::Telnet to work with IO::Select (it has to do with buffering).

-David

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://650890]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others examining the Monastery: (5)
As of 2024-04-24 10:39 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found