Ticket #4679 (closed defect: fixed)
The sugar_datastore_service polls about 400 times a second.
| Reported by: | gnu | Owned by: | tomeu |
|---|---|---|---|
| Priority: | normal | Milestone: | Future Release |
| Component: | sugar-datastore | Version: | 1.0-software-build-623 |
| Keywords: | Cc: | ||
| Action Needed: | Verified: | no | |
| Deployments affected: | Blocked By: | ||
| Blocking: |
Description
The sugar_datastore_service does a poll() with a timeout of zero (it polls constantly), but it then uses select() to delay for 2.5ms. So it polls about 400 times a second.
See #4677 for other Sugar polling issues.
Change History
Note: See
TracTickets for help on using
tickets.


