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
PDBCommunicator.cc File Reference
#include "PDBDebug.h"
#include "BuiltInObjectTypeIDs.h"
#include "Handle.h"
#include <iostream>
#include <netdb.h>
#include <netinet/in.h>
#include "Object.h"
#include "PDBVector.h"
#include "CloseConnection.h"
#include "UseTemporaryAllocationBlock.h"
#include "InterfaceFunctions.h"
#include "PDBCommunicator.h"
#include <stdio.h>
#include <sys/socket.h>
#include <arpa/inet.h>
#include <sys/types.h>
#include <sys/uio.h>
#include <sys/un.h>
#include <unistd.h>
+ Include dependency graph for PDBCommunicator.cc:

Go to the source code of this file.

Namespaces

 pdb
 

Macros

#define PDB_COMMUN_C
 
#define MAX_RETRIES   5
 

Macro Definition Documentation

#define MAX_RETRIES   5

Definition at line 46 of file PDBCommunicator.cc.

#define PDB_COMMUN_C

Definition at line 21 of file PDBCommunicator.cc.