in reply to Does Net::Ping have concurrency issues?
Are you planning on pinging an entire /24? That's an awful lot of forking. Try perl 5.8.0 threads instead, which (hopefuly) are a little more scalable than forking.
----
I wanted to explore how Perl's closures can be manipulated, and ended up creating an object system by accident.
-- Schemer
Note: All code is untested, unless otherwise stated
|
|---|