On Thu, Oct 30, 2014 at 06:32:48PM -0400, stepharo wrote:
Good Morning Ben, Stef,
> We really need people to have a look at the code of Ben.
I downloaded a Pharo-4 image today and executed:
time pharo --nodisplay --headless ./Pharo-40490.image eval "(Delay forSeconds:
5) wait"
a Delay(5000 msecs)
real 0m1.254s
user 0m1.192s
sys 0m0.060s
So the first delay doesn't appear to wait the five seconds. I
would like to work on kqueue/epoll and remove polling and it
looks this involves code with Delay as well. I wonder if you
could provide an overview of what needs to be done and what is
done?
thanks
holger