YEngine
From OpenSimulator
(Difference between revisions)
(→[Preemptive Multitasking]) |
(→Summary) |
||
Line 3: | Line 3: | ||
This is a fully functional alternative to XEngine. | This is a fully functional alternative to XEngine. | ||
− | * | + | * Preemptive Multitasking |
= Preemptive Multitasking = | = Preemptive Multitasking = |
Revision as of 13:42, 19 September 2020
Summary
This is a fully functional alternative to XEngine.
- Preemptive Multitasking
Preemptive Multitasking
YEngine executes scripts using preemptive multitasking.
This means that, at certain control points, a script may release execution, waiting in a queue until it is its turn to execute again.
This alone solves one of XEngine worse problems: llSleep();