in reply to Any Known Problems with IO::Socket and/or IO::Select?

I would bet on the unrelated problem.

I have seen, in production, a perl script that regularly polls about 100+ odd routers using call back functions and IO::Socket::INET and IO::Select, with the select module triggering a callback function depending on which socket the response came in.

Update: just to confirm that the perl script in production has been running for 18449 minutes 41 seconds up until today..

  • Comment on Re: Any Known Problems with IO::Socket and/or IO::Select?