NAME

ACE_NOOP_Concurrency_Strategy - Implements a no-op activation strategy in order to avoid calling open on a svc_handler multiple times.

SYNOPSIS

#include <ace/ACE_Strategies_T.h>

template<class SVC_HANDLER> class ACE_NOOP_Concurrency_Strategy : public ACE_Concurrency_Strategy<SVC_HANDLER> { public: virtual int activate_svc_handler ( SVC_HANDLER *svc_handler, void *arg = 0 ); };

DESCRIPTION

This class provides a strategy that suspends and resumes all the Event_Handlers in a Reactor in one fell swoop.

Factory method.

virtual int activate_svc_handler (
    SVC_HANDLER *svc_handler,
    void *arg = 0
    );

AUTHOR

Doug Schmidt

Initialization and termination methods.

Scheduling methods

LIBRARY

ace