Télécharger la liste

Description du projet

There are many instances when one needs to process
certain objects on seperate threads. But spawning
a seperate thread per object may cause the system
to crash. The Thread Pooling Framework can be used
to process the the objects on a predefined number
of threads. If all threads are busy, the objects
are kept in the pool. Whenever a thread ends, an
objects is taken from the pool and processed on a
new thread. This continues until the pool is empty.

Système requise

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2004-04-29 09:27
1.1

Le cadre est désormais soumise à un thread séparé. Les éléments peuvent être ajoutés dans la piscine tant que le gestionnaire est actif. Une attente d'aviser mécanisme a été incorporé au lieu de boucles infinies. JavaDocs ont également été inclus.
Tags: Major feature enhancements
The framework now runs in a separate thread. Items can be
added in the pool as long as the manager is active. A wait
notify mechanism was incorporated instead of infinite loops.
JavaDocs were also included.

Project Resources