Hi,
I'm trying to write a single-threaded telnet server, but I am cannot find the equivalent of the C "int select(...)" function within Pike.
Is this accomplished via sleep and signal checking, or am I missing something basic?
I know that if I return -1 I enter the "event loop", but I'm looking for a way to "wait" for I/O signals for only the telcom I/O that I am managing in this code.
Any hint would be appreciated.
Thank you for you time, and patience.
Sincerely,
Frank