in reply to Naming a CPAN module that watches for closed sockets

Maybe just IO::SocketWatcher?

Alex / talexb / Toronto

Thanks PJ. We owe you so much. Groklaw -- RIP -- 2003 to 2013.

  • Comment on Re: Naming a CPAN module that watches for closed sockets

Replies are listed 'Best First'.
Re^2: Naming a CPAN module that watches for closed sockets
by NERDVANA (Priest) on Jul 24, 2024 at 23:28 UTC
    I agree simpler is better, but I was trying to differentiate this from yet another event loop. I mean, it is an event loop, just not one that the user uses directly.

    But, that gave me the idea of IO::SocketAlarm, which plays off the alarm() syscall concept.