fastcgi++
Classes | Namespaces
manager.hpp File Reference

Defines the Fastcgipp::Manager class. More...

#include <map>
#include <string>
#include <queue>
#include <algorithm>
#include <cstring>
#include <boost/bind.hpp>
#include <boost/shared_ptr.hpp>
#include <boost/thread.hpp>
#include <boost/thread/shared_mutex.hpp>
#include <signal.h>
#include <pthread.h>
#include <fastcgi++/protocol.hpp>
#include <fastcgi++/transceiver.hpp>

Go to the source code of this file.

Classes

class  Fastcgipp::ManagerPar
 General task and protocol management class. More...
class  Fastcgipp::ManagerPar::Tasks
 Queue type for pending tasks. More...
class  Fastcgipp::Manager< T >
 General task and protocol management class. More...
class  Fastcgipp::Manager< T >::Requests
 Associative container type for active requests. More...

Namespaces

namespace  Fastcgipp
 Topmost namespace for the fastcgi++ library.

Detailed Description

Defines the Fastcgipp::Manager class.

Definition in file manager.hpp.