Beefy Boxes and Bandwidth Generously Provided by pair Networks
Welcome to the Monastery
 
PerlMonks  

Re: net::telnet problem

by eye (Chaplain)
on Jan 11, 2009 at 21:47 UTC ( [id://735565]=note: print w/replies, xml ) Need Help??


in reply to net::telnet problem

(1) If this is a recurring issue, you might want to consider tools like cfengine and puppet, which are designed to automate system administration tasks for large numbers of machines.

(2) If doing 50 concurrent file transfers causes unacceptable network congestion, you might consider using the bit torrent protocol to distribute the file internally from a local server (like Bloodnok's suggestion, but with a different protocol). Bit torrent is effectively cooperative so that the entire 50 GB does not have to come from a single source (host).

(3) Finally, let me pile on the anti-telnet bandwagon. It is simply a bad idea to run a telnet server in most circumstances. If ssh seems to have too great an overhead, you can greatly reduce its overhead by using a weaker cipher (eg, "ssh -c arcfour hostname"). This does not affect the protection given to the authentication mechanism.

Replies are listed 'Best First'.
Re^2: net::telnet problem
by missingthepoint (Friar) on Jan 12, 2009 at 06:05 UTC
    If ssh seems to have too great an overhead, you can greatly reduce its overhead by using a weaker cipher (eg, "ssh -c arcfour hostname"). This does not affect the protection given to the authentication mechanism.

    That's a helpful piece of advice. For which I'd ++ you twice...


    Life is denied by lack of attention,
    whether it be to cleaning windows
    or trying to write a masterpiece...
    -- Nadia Boulanger

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://735565]
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-23 18:33 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found