|
From: jeroen <je...@fo...> - 2001-12-14 01:06:41
|
On Thursday 13 December 2001 00:45, you wrote: > Hi ! > > In Windows 3.x there was a limit of 16 timers I think, but is no longer a > problem, anyway I don't think Jeroen is using WM_TIMER messages to do the > FOX timers. > > I don't think it matters much which solution you choose, there shouldn't be > any big difference in performance. I didn't know there was a limit in Windows, but it stands to reason, as Microsoft software is full of arbitrary limitations. At any rate, because we already have to manage calls to MsgWaitForMultipleObjects anyway, it was simply expedient to manage my own list of timer records (particularly as it shares almost all the code with the X11 counterpart anyway). An additional reason is that there will be no possible interference from Windows' timers and my own stuff this way. - Jeroen |