ACE  6.2.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Classes | Macros
Cached_Connect_Strategy_T.h File Reference
#include "ace/Strategies_T.h"
#include "ace/Hash_Cache_Map_Manager_T.h"
#include "ace/Caching_Strategies_T.h"
#include "ace/Functor_T.h"
#include "ace/Pair_T.h"
#include "ace/Cached_Connect_Strategy_T.cpp"

Classes

class  ACE_Cached_Connect_Strategy_Ex< SVC_HANDLER, ACE_PEER_CONNECTOR_1, CACHING_STRATEGY, ATTRIBUTES, MUTEX >
 A connection strategy which caches connections to peers (represented by SVC_HANDLER instances), thereby allowing subsequent re-use of unused, but available, connections. More...
 
class  ACE_Bounded_Cached_Connect_Strategy< SVC_HANDLER, ACE_PEER_CONNECTOR_1, CACHING_STRATEGY, ATTRIBUTES, MUTEX >
 A connection strategy which caches connections to peers (represented by SVC_HANDLER instances), thereby allowing subsequent re-use of unused, but available, connections. This strategy should be used when the cache is bounded by maximum size. More...
 

Macros

#define ACE_Cached_Connect_Strategy_Ex   ACCSE
 
#define ACE_Bounded_Cached_Connect_Strategy   ABCCS
 

Detailed Description

Id:
Cached_Connect_Strategy_T.h 92097 2010-09-30 05:41:49Z msmit
Author
Kirthika Parameswaran kirth.nosp@m.ika@.nosp@m.cs.wu.nosp@m.stl..nosp@m.edu

Macro Definition Documentation

#define ACE_Cached_Connect_Strategy_Ex   ACCSE