12#ifndef ROOT_TProofServLite 
   13#define ROOT_TProofServLite 
#define ClassDef(name, id)
 
Version of the PROOF worker server for local running.
 
Int_t CreateServer()
Finalize the server setup.
 
void HandleSigPipe()
Called when the client is not alive anymore; terminate the session.
 
TProofServLiteInterruptHandler * fInterruptHandler
 
Int_t SetupOnFork(const char *ord)
Finalize the server setup afetr forking.
 
void HandleFork(TMessage *mess)
Cloning itself via fork.
 
virtual ~TProofServLite()
Cleanup.
 
Int_t Setup()
Print the ProofServ logo on standard output.
 
void Terminate(Int_t status)
Terminate the proof server.
 
void HandleTermination()
Called when the client is not alive anymore; terminate the session.
 
Class providing the PROOF server.
 
friend class TProofServLite