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