chicken-users
[Top][All Lists]
Advanced

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

Re: [Chicken-users] Pipe and thread problem


From: Peter Bex
Subject: Re: [Chicken-users] Pipe and thread problem
Date: Wed, 24 Oct 2012 09:32:35 +0200
User-agent: Mutt/1.4.2.3i

On Wed, Oct 24, 2012 at 03:21:15AM -0400, Felix wrote:
> > Anyone with a better understanding of Chicken's internals able to
> > comment on which cases poll() is called and how the timeout value is
> > selected?
> 
> poll(2) is not used in the runtime system.

I think some libcs might implement select() in terms of poll?
In that case, poll is what you'd see in a syscall trace.

Cheers,
Peter
-- 
http://sjamaan.ath.cx
--
"The process of preparing programs for a digital computer
 is especially attractive, not only because it can be economically
 and scientifically rewarding, but also because it can be an aesthetic
 experience much like composing poetry or music."
                                                        -- Donald Knuth



reply via email to

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