[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Chicken-hackers] poll(2) with chicken: works - sort of
From: |
Moritz Heidkamp |
Subject: |
Re: [Chicken-hackers] poll(2) with chicken: works - sort of |
Date: |
Mon, 14 May 2012 14:43:42 +0200 |
Jörg F. Wittenberger <address@hidden> writes:
> Anybody interested to pull this into the official chicken core?
That's definitely interesting. I wonder if it would be possible to
provide hooks in the core so that the scheduler can be replaced from
user code? That way it would be possible to use even more efficient OS
specific APIs like epoll. Or perhaps the whole issue could be
side-stepped by using something like libev instead?
Unsuspectingly yours,
Moritz