AD
Administrator
Syncfusion Team
November 14, 2005 06:01 PM UTC
I do not know what the real explanation is, but I suspect it has to do with some kind of flow/work load analysis.
It seems that at 5 updates every 10 ms, things flow smoothly. If you move that to 100 updates every 200 ms, you might get queueing problems that slow things down. The point is that the 100 updates all arrive at the same time (more or less). The 100 updates are not equally spaced in the 200ms (which is what 5 updates every 10 ms does (more or less) spaces the work load out).