[Python-Dev] timeoutsocket patch (original) (raw)

Michael Gilfix mgilfix@eecs.tufts.edu
Mon, 29 Apr 2002 00:34:14 -0400


Hmm, how do you poll sockets on OS/2 then? If there is some way, then maybe that hack should go into the select library (the select library treats sockets specially as polleable objects). Perhaps I should rework the patch so that use of select is avoided if either the import fails or the timeout is None. But (and maybe Guido will offer his opinion here), I'd like to hold out to see if it really is the case that some system doesn't support a select equivalent for sockets.

           -- Mike

On Mon, Apr 29 @ 08:12, Andrew MacIntyre wrote:

Thanks. The EMX runtime library supports select() on sockets; I don't believe that native OS/2 has select() at all, but can't confirm.

-- Michael Gilfix mgilfix@eecs.tufts.edu

For my gpg public key: http://www.eecs.tufts.edu/~mgilfix/contact.html