Closed lt72 closed 8 years ago
Current threading model favors responsiveness over memory usage by using multiple threads to dispatch timers. We need to consolidate timers either by using the thread pool or using a fixed number of threads dedicated threads.
Fixed with 6c5fe2455d3d49e74a88776183e9256253ebed1a
Current threading model favors responsiveness over memory usage by using multiple threads to dispatch timers. We need to consolidate timers either by using the thread pool or using a fixed number of threads dedicated threads.