A platform for high-performance distributed tool and library development written in C++. It can be deployed in two different cluster modes: standalone or distributed. API for v0.5.0, released on June 13, 2018.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
PDBServer.cc File Reference
#include "BuiltInObjectTypeIDs.h"
#include "Handle.h"
#include "PDBAlarm.h"
#include <iostream>
#include <netinet/in.h>
#include "PDBServer.h"
#include "PDBWorker.h"
#include "ServerWork.h"
#include <signal.h>
#include <sys/socket.h>
#include <stdio.h>
#include <sys/types.h>
#include <sys/un.h>
#include <unistd.h>
#include "PDBCommunicator.h"
#include "CloseConnection.h"
#include "ShutDown.h"
#include "ServerFunctionality.h"
#include "UseTemporaryAllocationBlock.h"
#include "SimpleRequestResult.h"
#include <memory>
+ Include dependency graph for PDBServer.cc:

Go to the source code of this file.

Namespaces

 pdb
 

Macros

#define PDB_SERVER_CC
 

Functions

void * pdb::callListen (void *serverInstance)
 

Macro Definition Documentation

#define PDB_SERVER_CC

Definition at line 20 of file PDBServer.cc.