Download List

Projeto Descrição

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.

System Requirements

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

O quadro agora é executado em um segmento separado. Os itens podem ser adicionados na piscina, enquanto o gerente é ativo. Uma espera notificar mecanismo foi incorporado ao invés de loops infinitos. JavaDocs também foram incluídos.
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