1 #ifndef __XRDSSISERVREAL_HH__
2 #define __XRDSSISERVREAL_HH__
49 bool Stop(
bool immed=
false);
54 : manNode(strdup(contact)), freeSes(0),
55 freeCnt(0), freeMax(hObj), actvSes(0),
66 std::map<std::string, XrdSsiSessReal *> resCache;
void ProcessRequest(XrdSsiRequest &reqRef, XrdSsiResource &resRef)
Process a request; client-side or server-side.
void StopReuse(const char *resKey)
void Recycle(XrdSsiSessReal *sObj, bool reuse)
bool Stop(bool immed=false)
Stop the client-side service. This is never called server-side.
XrdSsiServReal(const char *contact, int hObj)