org.codehaus.gpars

Package groovyx.gpars.scheduler

 

Interface Summary
Pool Represents an actor's thread pool
 


Class Summary
DefaultPool Represents the actors' thread pool, which performs tasks on behalf of the actors.
FJPool Represents the actors' thread pool, which performs tasks on behalf of the actors.
ResizeablePool Represents the actors' thread pool, which performs tasks on behalf of the actors.
Scheduler Prototype of self-regulated thread pooled scheduler

Self regulation happened according to following rules - worker thread, which had nothing to do 10 seconds dies - if no tasks were taken for processing during last 0.5sec new worker starts

Scheduler.WatchdogThread
Scheduler.WorkerThread
 


Copyright © 2008–2012 Václav Pech. All Rights Reserved.