Java ThreadPool is a java framework which gives the user the possibility to execute a divided problem into a finite number of subproblems, execute each subproblems in an asynchronous way and combine the result of each subproblem in a final result for the initial problem.
The division of the problem into subproblems and the combining the subproblems' results into a result for the initial problem, is the user responsability.
Features
- Maximum number of executing threads.
- Threads Watchdog.
- Threadpool observer.
- Asynchronous execution of threads.
- Keeps statistics about executed jobs.
- Not running jobs can be stopped.
- Running jobs can be stopped if developer who implemented the jobs included a stop mechanism to check when a job is required to stop.
- Work with the framework is simple and fun.
Categories
FrameworksLicense
GNU Library or Lesser General Public License version 3.0 (LGPLv3)Follow Java ThreadPool
Other Useful Business Software
No-code email and landing page creation
Built for speed and collaboration, Knak streamlines campaign production with modular templates, real-time editing, simple collaboration, and seamless integrations with leading MAPs like Adobe Marketo Engage, Salesforce Marketing Cloud, Oracle Eloqua, and more. Whether you're supporting global teams or launching fast-turn campaigns, Knak helps you go from brief to build in minutes—not weeks. Say goodbye to bottlenecks and hello to marketing agility.
Rate This Project
Login To Rate This Project
User Reviews
Be the first to post a review of Java ThreadPool!