Category:Smalltalk: Difference between revisions

m
Line 565:
They are named "Process" and created with "fork" in Smalltalk for historic reasons.
 
The scheduling behavior is not standard among dialects/implementations. Some only manual switch by explicit yield, most provide sctrictstrict priority based scheduling, and some even provide preemptive timeslicing, and dynamic priorities. The details may also depend on the underlying operating system.
 
== Implementation ==
Anonymous user