Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl Monk, Perl Meditation
 
PerlMonks  

Re: multithreading solution to the below problem

by imrags (Monk)
on Jun 26, 2009 at 05:41 UTC ( [id://774925]=note: print w/replies, xml ) Need Help??


in reply to multithreading solution to the below problem

Well, i'd written a similar utility to scan around 10,000 devices for ping,
I used Threads with semaphore. Since it's windows, be careful about concurrent threads.
The whole operation took around 20 mins. But i had a limitation of memory consumption
as well. Here are the modules i used:
use threads qw(yield); use Thread::Semaphore; use Net::Ping; use Socket;
Raghu

Replies are listed 'Best First'.
Re^2: multithreading solution to the below problem
by Anonymous Monk on Jun 26, 2009 at 09:52 UTC
    Thanks Raghu

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others cooling their heels in the Monastery: (None)
    As of 2024-04-19 00:10 GMT
    Sections?
    Information?
    Find Nodes?
    Leftovers?
      Voting Booth?

      No recent polls found