Qingqing Zhou wrote:
I guess there are several ways to skin this cat - the way I had sort of
worked out reading the MSDN docs was to call QueueUserAPC on the timer
thread. I'd like to know what Magnus and Merlin especially think out it.
I am not sure - does this not require another thread in an alterable
state?
Maybe, I don't know. My impression from the docs was that the thread
could call WaitForSingleObjectEx on the timer handle and it would also
respond to the APC call. But my Windows API knowledge is not exactly
large. As long as what you have works it should be OK.
cheers
andrew
---------------------------(end of broadcast)---------------------------
TIP 9: In versions below 8.0, the planner will ignore your desire to
choose an index scan if your joining column's datatypes do not
match