Which plugins for OSProcess?

John M McIntosh johnmci at smalltalkconsulting.com
Wed Jan 31 03:23:34 UTC 2007


On Jan 30, 2007, at 7:18 PM, David T. Lewis wrote:

> It looks OK to me, aioPoll() only bypasses the select() if there  
> are no
> file descriptors being watched.
>
>   /* get out early if there is no pending i/o and no need to  
> relinquish cpu */
>   if ((maxFd == 0) && (microSeconds == 0))
>     return 0;

mmmm && must  mean something heh? sigh However I do know that the  
select() does terminate on EINTR, but don't understand the
implications of that...

--
======================================================================== 
===
John M. McIntosh <johnmci at smalltalkconsulting.com>
Corporate Smalltalk Consulting Ltd.  http://www.smalltalkconsulting.com
======================================================================== 
===





More information about the Squeak-dev mailing list