#include "ShortIdImpl.H"
#include "SRPC.H"
#include "ShortIdSRPC.H"
#include "VestaConfig.H"
#include "VRWeed.H"
#include "logging.H"
#include <time.h>
#include <assert.h>
#include <Thread.H>
#include <LimService.H>
Go to the source code of this file.
Defines | |
#define | DEF_MAX_RUNNING 32 |
#define | DEF_MAX_BLOCKED 8 |
#define | STACK_SIZE 512000L |
Functions | |
void | ShortIdReceptionist (SRPC *srpc, int proc_id, void *arg) |
void | ShortIdFailure (SRPC *srpc, const SRPC::failure &f, void *arg) |
void | ShortIdServerExport (char *serverName) |
|
Definition at line 40 of file ShortIdServer.C. Referenced by ShortIdServerExport(), and VestaSourceServerExport(). |
|
Definition at line 39 of file ShortIdServer.C. Referenced by ShortIdServerExport(), and VestaSourceServerExport(). |
|
Definition at line 41 of file ShortIdServer.C. Referenced by ShortIdServerExport(), and VestaSourceServerExport(). |
|
Definition at line 148 of file ShortIdServer.C. References DBG_ALWAYS, DBG_SRPC, Repos::dprintf(), Repos::isDebugLevel(), SRPC::partner_went_away, SRPC::failure::r, and SRPC::remote_socket(). Referenced by ShortIdServerExport(). |
|
|
Definition at line 162 of file ShortIdServer.C. References Text::cchars(), DBG_ALWAYS, DEF_MAX_BLOCKED, DEF_MAX_RUNNING, Repos::dprintf(), LimService::Forked_Run(), VestaConfig::get(), VestaConfig::get_int(), VestaConfig::get_Text(), VestaConfig::failure::msg, ShortIdFailure(), ShortIdReceptionist(), STACK_SIZE, and ShortIdSRPC::version. Referenced by main(). |