Click here to Skip to main content
16,017,167 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Is it safe to use 25-30 timers using the CreateTimerQueueTimer function?
Posted

1 solution

By reading the documentation of CreateTimerQueueTimer on the MSDN (CreateTimerQueueTimer Function (Windows)[^]), we can see that this kind of timers are handled using a thread pool whose standard size is 500 threads.
Then there are no problems in using 25-30 timers.
 
Share this answer
 
Comments
Gautam Raiker 28-Jun-10 3:25am    
Thanks :)

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900