Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
FUTURE
-
None
-
None
Description
Currently StratosThreadPool uses a fixe thread pool which keeps a static thread count even when the threads are idle. This should be improved with the thread pool which keeps a minimum amount, spawn and caches additional threads, and removes them if they are idle for a considerable period.