POLL in different OSes

Marcin 'Qrczak' Kowalczyk qrczak at knm.org.pl
Tue Oct 23 11:29:56 EDT 2001


Tue, 23 Oct 2001 10:18:40 +0200, Gerhard Häring <gh_pythonlist at gmx.de> pisze:

> Wouldn't it be possible to emulate poll() with select()?

Should be possible. 'man poll' on Linux says:

AVAILABILITY
       The poll() systemcall was introduced in Linux 2.1.23.  The
       poll()  library  call  was  introduced in libc 5.4.28 (and
       provides emulation using select if your  kernel  does  not
       have a poll syscall).

-- 
 __("<  Marcin Kowalczyk * qrczak at knm.org.pl http://qrczak.ids.net.pl/
 \__/
  ^^                      SYGNATURA ZASTĘPCZA
QRCZAK



More information about the Python-list mailing list