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

Re: Building a simple service scanner with POE

by jch341277 (Sexton)
on Sep 09, 2005 at 16:00 UTC ( [id://490622]=note: print w/replies, xml ) Need Help??


in reply to Building a simple service scanner with POE

You could also use Parallel::ForkManager to run several of your tests in parallel...

  • Comment on Re: Building a simple service scanner with POE

Replies are listed 'Best First'.
Re^2: Building a simple service scanner with POE
by grinder (Bishop) on Sep 09, 2005 at 16:08 UTC

    That would require farming tasks out to subprocesses and getting the information back again. Work, work, work.

    And to get the answers back in more or less constant time would require spawning a lot of kids. I don't want to go down that path. With POE, it all takes place in the one process.

    - another intruder with the mooring in the heart of the Perl

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others chilling in the Monastery: (3)
As of 2024-04-25 19:53 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found