Changes between Initial Version and Version 2 of Ticket #2


Ignore:
Timestamp:
Feb 20, 2009, 2:34:58 PM (15 years ago)
Author:
Christoph Mayer
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #2

    • Property Type defectenhancement
    • Property Owner changed from somebody to stud-veber
  • Ticket #2 – Description

    initial v2  
    22
    331. 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 the SystemQueue anyways, this would be a nice and clean solution. But certainly tricky to achieve with good performance.
     42. 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.