RAA - threadlimiter/0.1.0

threadlimiter / 0.1.0

Short description: Forks threads, but limits the number of concurrent threads.
Category: Library/thread
Status: beta
Created: 2008-07-21 19:07:17 GMT
Last update: 2008-07-21 19:07:17 GMT
Owner: Erik Veenstra (Projects of this owner)
Homepage: http://www.erikveen.dds.nl/threadlimiter/doc/index.html
Download: http://rubyforge.org/projects/threadlimiter/
License: GPL
Dependency:
None
Description:

ThreadLimiter forks threads like Thread.fork(), but limits the number of concurrently running threads.

ThreadLimiter isn‘t a thread pool. Each fork really starts a new thread.

Versions: [0.1.1 (2008-07-27)] [0.1.0 (2008-07-21)]

Edit this project (for project owner)

back to RAA top