Use a thread pool to optimize resource usage instead of always firing up new...
Use a thread pool to optimize resource usage instead of always firing up new threads (less garbage collection). Note: this is not a complete revert of r2153 since the pool is now automatically expanded as needed (different implementation).
Loading
Please register or sign in to comment