Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

TP_Reactor.h File Reference

#include "ace/Select_Reactor.h"
#include "ace/Timer_Queue.h"
#include "ace/TP_Reactor.inl"

Include dependency graph for TP_Reactor.h:

Include dependency graph

This graph shows which files directly or indirectly include this file:

Included by dependency graph

Classes

class  ACE_EH_Dispatch_Info
 This structure contains information of the activated event handler. More...
class  ACE_TP_Token_Guard
 A helper class that helps grabbing, releasing and waiting on tokens for a thread that tries calling handle_events (). More...
class  ACE_TP_Reactor
 Specialization of Select Reactor to support thread-pool based event dispatching. More...

Detailed Description

Id
TP_Reactor.h,v 4.42 2004/08/20 15:21:02 bala Exp

The <ace_tp_reactor> (aka, Thread Pool Reactor) uses the Leader/Followers pattern to demultiplex events among a pool of threads. When using a thread pool reactor, an application pre-spawns a _fixed_ number of threads. When these threads invoke the <ace_tp_reactor>'s <handle_events> method, one thread will become the leader and wait for an event. The other follower threads will queue up waiting for their turn to become the leader. When an event occurs, the leader will pick a follower to become the leader and go on to handle the event. The consequence of using <ace_tp_reactor> is the amortization of the costs used to creating threads. The context switching cost will also reduce. More over, the total resources used by threads are bounded because there are a fixed number of threads.

Author:
Irfan Pyarali <irfan@cs.wustl.edu>

Nanbor Wang <nanbor@cs.wustl.edu>


Generated on Thu Feb 10 20:36:12 2005 for ACE by  doxygen 1.3.9.1