mirror of
https://github.com/opensim/opensim.git
synced 2026-07-19 22:26:13 +08:00
Rapid polls are more expensive than triggered events (several polls vs one trigger) and may be problematic on heavily loaded simulators where many threads are vying for processor time. A triggered event is also slightly quicker as there is no maximum 200ms wait between polls.