On Wed, Sep 03, 2003 at 05:31:14PM -0400, [EMAIL PROTECTED] wrote: > The way the script works as written now, and how I'd like to keep it, is it > always has 20 pings out. It pings 20 hosts and as each host responds, it > sends the next host ping out. I don't want to just exit after I send the > last pings as there's potential to miss a bunch of the responses. I want to > exit after either all responses or timeouts are complete.
I think this is the same issue (and person) as the one on comp.lang.perl.modules. I posted an announcement of a fix there, and I'd like to close the thread here as well. The OneReply code in PoCo::Client::Ping did not clean up data structures after passing back a successful ICMP "pong". The fix was to do that, probably also eliminating memory/socket leaks as well. PoCo::Client::Ping 0.99 is on the PAUSE now. It'll be on your favorite CPAN mirror whenever the machines of industry copy it there. Thanks again. -- Rocco Caputo - [EMAIL PROTECTED] - http://poe.perl.org/
