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