Wednesday, August 21, 2002


I got Carbon Event timers working. My client sets a timer to fire when it's scheduled to call the server and then calls RunApplicationEventLoop, which simply sleeps because it has nothing else to do. I see that it uses no CPU time while it's sleeping, just as it did when I was simply calling sleep(). However, I still need to notify the main loop when the communication thread finishes, so it can reset the timer to fire at the new time specified.
3:08:45 PM    Comments []