Beefy Boxes and Bandwidth Generously Provided by pair Networks
Do you know where your variables are?
 
PerlMonks  

Re: simoultaneous connections using Net::SSH::Perl

by mem (Acolyte)
on Sep 15, 2002 at 17:02 UTC ( [id://198051]=note: print w/replies, xml ) Need Help??


in reply to simoultaneous connections using Net::SSH::Perl

foreach $server (@server_list) { $ssh = Net::SSH::Perl->new($server); ... }

What are the ...? You are not spawning processes with each new call, you are just opening network connections. If you really want to spawn a process, you are missing a fork in there.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others having a coffee break in the Monastery: (7)
As of 2024-04-24 08:45 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found