chicken-hackers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Chicken-hackers] poll(2) with chicken: works - sort of


From: John Cowan
Subject: Re: [Chicken-hackers] poll(2) with chicken: works - sort of
Date: Mon, 14 May 2012 10:16:42 -0400
User-agent: Mutt/1.5.20 (2009-06-14)

Christian Kellermann scripsit:

> Also a question to others: Do we have a supported system that is know
> for not providing poll()?

Haiku's network documentation is nonexistent, but BeOS definitely did
not document poll() if it supported it at all.  Someone close to the
ground needs to check.

Win32 has no poll(), so it has to be emulated using select().
http://www.readusenet.com/windows-all-win32/1131068-win32-poll-equivalent.html
claims to be such an emulator; of course it inherits the problems of
select(), but at least presents the correct interface.  Note that Cygwin
does have poll().

-- 
John Cowan  address@hidden  http://ccil.org/~cowan
If he has seen farther than others,
        it is because he is standing on a stack of dwarves.
                --Mike Champion, describing Tim Berners-Lee (adapted)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]