Changes between Initial Version and Version 2 of Ticket #2
- Timestamp:
- Feb 20, 2009, 2:34:58 PM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #2
- Property Type defect → enhancement
- Property Owner changed from to
-
Ticket #2 – Description
initial v2 2 2 3 3 1. Use native timer functionality from the OS 4 2. Use the SystemQueue with time-sorted ordering and only one interruptable timer that always times the nearest timer. The SystemQueue class has already some internals for this. As timer callbacks need synchronization with theSystemQueue anyways, this would be a nice and clean solution. But certainly tricky to achieve with good performance.4 2. Use the !SystemQueue with time-sorted ordering and only one interruptable timer that always times the nearest timer. The !SystemQueue class has already some internals for this. As timer callbacks need synchronization with the !SystemQueue anyways, this would be a nice and clean solution. But certainly tricky to achieve with good performance.