#include "DQMServices/Core/interface/DQMNet.h"
#include "classlib/iobase/InetServerSocket.h"
#include "classlib/iobase/LocalServerSocket.h"
#include "classlib/iobase/Filename.h"
#include "classlib/sysapi/InetSocket.h"
#include "classlib/utils/TimeInfo.h"
#include "classlib/utils/StringList.h"
#include "classlib/utils/StringFormat.h"
#include "classlib/utils/StringOps.h"
#include "classlib/utils/SystemError.h"
#include "classlib/utils/Regexp.h"
#include <unistd.h>
#include <fcntl.h>
#include <sys/wait.h>
#include <cstdio>
#include <cstdint>
#include <iostream>
#include <sstream>
#include <cassert>
#include <cfloat>
#include <cinttypes>
#include "FWCore/Utilities/interface/EDMException.h"
Go to the source code of this file.
◆ MESSAGE_SIZE_LIMIT
#define MESSAGE_SIZE_LIMIT (8 * 1024 * 1024) |
◆ SOCKET_BUF_SIZE
#define SOCKET_BUF_SIZE (8 * 1024 * 1024) |
◆ SOCKET_READ_GROWTH
◆ SOCKET_READ_SIZE
◆ communicate()
static void* communicate |
( |
void * |
obj | ) |
|
|
static |
◆ s_rxmeval()
static const Regexp s_rxmeval |
( |
| ) |
|
|
static |