[squeak-dev] Re: Delay time question

Robert F. Scheer rfscheer at speakeasy.net
Thu Feb 28 09:34:28 UTC 2008


I forgot to be very clear about this in the last post, there is one main
reason why C would have no trouble keeping these loops all serviced.

The reads would block.  While waiting for the first byte of a packet to
come in for the next cycle, no processing cycles would be consumed.  No
delays inside loops would be needed.  

- Robert




More information about the Squeak-dev mailing list