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:

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


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.51 2006/03/20 10:10:14 jwillemsen 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 Wed Apr 19 03:04:16 2006 for ACE by  doxygen 1.4.6-4