[squeak-dev] Re: Process fork/yield

Ang BeePeng beepeng86 at yahoo.com
Tue Apr 13 10:40:53 UTC 2010


Hi,

Thanks for your reply. 

Using #forkAt: without a #wait will cause processes at lower priority halt?
Processes with lower priority wouldn't stand a chance to run, is that right?


To make it clear, I mean I have this two run at the same time.
[ BLOCK A ] forkAt: 20. 
[ BLOCK B ] forkAt: 30. 
BLOCK A do not get to run, if there's no #wait in BLOCK B. Am I right?


Thank you so much for helping. I find it hard to learn about process from
existing code.

Thanks.

Ang Beepeng
-- 
View this message in context: http://n4.nabble.com/Process-fork-yield-tp1837475p1838229.html
Sent from the Squeak - Dev mailing list archive at Nabble.com.



More information about the Squeak-dev mailing list