Category:Smalltalk: Difference between revisions

Content added Content deleted
Line 565: Line 565:
They are named "Process" and created with "fork" in Smalltalk for historic reasons.
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 sctrict priority based scheduling, and some even provide preemptive timeslicing, and dynamic priorities. The details may also depend on the underlying operating system.
The scheduling behavior is not standard among dialects/implementations. Some only manual switch by explicit yield, most provide strict priority based scheduling, and some even provide preemptive timeslicing, and dynamic priorities. The details may also depend on the underlying operating system.


== Implementation ==
== Implementation ==