ROOT
6.07/01
Reference Guide
|
Class providing the PROOF server.
It can act either as the master server or as a slave server, depending on its startup arguments. It receives and handles message coming from the client or from the master server.
Definition at line 76 of file TProofServ.h.
Public Types | |
enum | EStatusBits { kHighMemory = BIT(16) } |
enum | EQueryAction { kQueryOK, kQueryModify, kQueryStop, kQueryEnqueued } |
Public Types inherited from TApplication | |
enum | EStatusBits { kProcessRemotely = BIT(15), kDefaultApplication = BIT(16) } |
enum | EFileBits { kExpression = BIT(14) } |
enum | EExitOnException { kDontExit, kExit, kAbort } |
Public Types inherited from TObject | |
enum | EStatusBits { kCanDelete = BIT(0), kMustCleanup = BIT(3), kObjInCanvas = BIT(3), kIsReferenced = BIT(4), kHasUUID = BIT(5), kCannotPick = BIT(6), kNoContextMenu = BIT(8), kInvalidObject = BIT(13) } |
enum | { kIsOnHeap = 0x01000000, kNotDeleted = 0x02000000, kZombie = 0x04000000, kBitMask = 0x00ffffff } |
enum | { kSingleKey = BIT(0), kOverwrite = BIT(1), kWriteDelete = BIT(2) } |
Public Member Functions | |
TProofServ (Int_t *argc, char **argv, FILE *flog=0) | |
Main constructor. More... | |
virtual | ~TProofServ () |
Cleanup. More... | |
virtual Int_t | CreateServer () |
Finalize the server setup. More... | |
TProof * | GetProof () const |
const char * | GetService () const |
const char * | GetConfDir () const |
const char * | GetConfFile () const |
const char * | GetUser () const |
const char * | GetGroup () const |
const char * | GetWorkDir () const |
const char * | GetImage () const |
const char * | GetSessionTag () const |
const char * | GetTopSessionTag () const |
const char * | GetSessionDir () const |
const char * | GetPackageDir () const |
const char * | GetCacheDir () const |
const char * | GetDataDir () const |
const char * | GetDataDirOpts () const |
Int_t | GetProtocol () const |
const char * | GetOrdinal () const |
Int_t | GetGroupId () const |
Int_t | GetGroupSize () const |
Int_t | GetLogLevel () const |
TSocket * | GetSocket () const |
Float_t | GetRealTime () const |
Float_t | GetCpuTime () const |
Int_t | GetQuerySeqNum () const |
Int_t | GetTotSessions () const |
Int_t | GetActSessions () const |
Float_t | GetEffSessions () const |
void | GetOptions (Int_t *argc, char **argv) |
Get and handle command line options. More... | |
TList * | GetEnabledPackages () const |
Long64_t | GetMsgSizeHWM () const |
const char * | GetPrefix () const |
void | FlushLogFile () |
Reposition the read pointer in the log file to the very end. More... | |
void | TruncateLogFile () |
Truncate the log file to the 80% of the required max size if this is set. More... | |
TProofLockPath * | GetCacheLock () |
virtual EQueryAction | GetWorkers (TList *workers, Int_t &prioritychange, Bool_t resume=kFALSE) |
Get list of workers to be used from now on. More... | |
virtual void | HandleException (Int_t sig) |
Exception handler: we do not try to recover here, just exit. More... | |
virtual Int_t | HandleSocketInput (TMessage *mess, Bool_t all) |
Process input coming from the client or from the master server. More... | |
virtual void | HandleSocketInput () |
Handle input coming from the client or from the master server. More... | |
virtual void | HandleUrgentData () |
Handle Out-Of-Band data sent by the master or client. More... | |
virtual void | HandleSigPipe () |
Called when the client is not alive anymore (i.e. More... | |
virtual void | HandleTermination () |
void | Interrupt () |
Bool_t | IsEndMaster () const |
Bool_t | IsMaster () const |
Bool_t | IsParallel () const |
True if in parallel mode. More... | |
Bool_t | IsTopMaster () const |
void | Run (Bool_t retrn=kFALSE) |
Main server eventloop. More... | |
void | Print (Option_t *option="") const |
Print status of slave server. More... | |
void | RestartComputeTime () |
Reset the compute time. More... | |
TObject * | Get (const char *namecycle) |
Get object with name "name;cycle" (e.g. More... | |
TDSetElement * | GetNextPacket (Long64_t totalEntries=-1) |
Get next range of entries to be processed on this server. More... | |
virtual void | ReleaseWorker (const char *) |
void | Reset (const char *dir) |
Reset PROOF environment to be ready for execution of next command. More... | |
Int_t | ReceiveFile (const char *file, Bool_t bin, Long64_t size) |
Receive a file, either sent by a client or a master server. More... | |
virtual Int_t | SendAsynMessage (const char *msg, Bool_t lf=kTRUE) |
Send an asychronous message to the master / client . More... | |
virtual void | SendLogFile (Int_t status=0, Int_t start=-1, Int_t end=-1) |
Send log file to master. More... | |
void | SendStatistics () |
Send statistics of slave server to master or client. More... | |
void | SendParallel (Bool_t async=kFALSE) |
Send number of parallel nodes to master or client. More... | |
Int_t | UpdateSessionStatus (Int_t xst=-1) |
Update the session status in the relevant file. More... | |
virtual void | DisableTimeout () |
virtual void | EnableTimeout () |
virtual void | Terminate (Int_t status) |
Terminate the proof server. More... | |
void | LogToMaster (Bool_t on=kTRUE) |
Public Member Functions inherited from TApplication | |
TApplication (const char *appClassName, Int_t *argc, char **argv, void *options=0, Int_t numOptions=0) | |
Create an application environment. More... | |
virtual | ~TApplication () |
TApplication dtor. More... | |
void | InitializeGraphics () |
Initialize the graphics environment. More... | |
TSignalHandler * | GetSignalHandler () const |
virtual void | SetEchoMode (Bool_t mode) |
Set console echo mode: More... | |
virtual void | HandleIdleTimer () |
Handle idle timeout. More... | |
virtual Bool_t | HandleTermInput () |
virtual void | Init () |
virtual Long_t | ProcessLine (const char *line, Bool_t sync=kFALSE, Int_t *error=0) |
Process a single command line, either a C++ statement or an interpreter command starting with a ".". More... | |
virtual Long_t | ProcessFile (const char *file, Int_t *error=0, Bool_t keep=kFALSE) |
Process a file containing a C++ macro. More... | |
virtual void | SetIdleTimer (UInt_t idleTimeInSec, const char *command) |
Set the command to be executed after the system has been idle for idleTimeInSec seconds. More... | |
virtual void | RemoveIdleTimer () |
Remove idle timer. Normally called via TROOT::Idle(0). More... | |
const char * | GetIdleCommand () const |
virtual void | StartIdleing () |
Called when system starts idleing. More... | |
virtual void | StopIdleing () |
Called when system stops idleing. More... | |
EExitOnException | ExitOnException (EExitOnException opt=kExit) |
Set the exit on exception option. More... | |
virtual const char * | ApplicationName () const |
virtual void | Show () |
virtual void | Hide () |
virtual void | Iconify () |
virtual void | Open () |
virtual void | Raise () |
virtual void | Lower () |
virtual Bool_t | IsCmdThread () |
virtual TApplicationImp * | GetApplicationImp () |
virtual void | ls (Option_t *option="") const |
Show available sessions. More... | |
Int_t | Argc () const |
char ** | Argv () const |
char * | Argv (Int_t index) const |
Return specified argument. More... | |
Bool_t | NoLogOpt () const |
Bool_t | NoLogoOpt () const |
Bool_t | QuitOpt () const |
TObjArray * | InputFiles () const |
const char * | WorkingDirectory () const |
void | ClearInputFiles () |
Clear list containing macro files passed as program arguments. More... | |
TApplication * | GetAppRemote () const |
Bool_t | IsRunning () const |
Bool_t | ReturnFromRun () const |
void | SetReturnFromRun (Bool_t ret) |
virtual void | LineProcessed (const char *line) |
Emit signal when a line has been processed. More... | |
virtual void | KeyPressed (Int_t key) |
Emit signal when console keyboard key was pressed. More... | |
virtual void | ReturnPressed (char *text) |
Emit signal when return key was pressed. More... | |
virtual Int_t | TabCompletionHook (char *buf, int *pLoc, std::ostream &out) |
What to do when tab is pressed. More... | |
Public Member Functions inherited from TObject | |
TObject () | |
TObject (const TObject &object) | |
TObject copy ctor. More... | |
TObject & | operator= (const TObject &rhs) |
TObject assignment operator. More... | |
virtual | ~TObject () |
TObject destructor. More... | |
virtual void | AppendPad (Option_t *option="") |
Append graphics object to current pad. More... | |
virtual void | Browse (TBrowser *b) |
Browse object. May be overridden for another default action. More... | |
virtual const char * | ClassName () const |
Returns name of class to which the object belongs. More... | |
virtual void | Clear (Option_t *="") |
virtual TObject * | Clone (const char *newname="") const |
Make a clone of an object using the Streamer facility. More... | |
virtual Int_t | Compare (const TObject *obj) const |
Compare abstract method. More... | |
virtual void | Copy (TObject &object) const |
Copy this to obj. More... | |
virtual void | Delete (Option_t *option="") |
Delete this object. More... | |
virtual Int_t | DistancetoPrimitive (Int_t px, Int_t py) |
Computes distance from point (px,py) to the object. More... | |
virtual void | Draw (Option_t *option="") |
Default Draw method for all objects. More... | |
virtual void | DrawClass () const |
Draw class inheritance tree of the class to which this object belongs. More... | |
virtual TObject * | DrawClone (Option_t *option="") const |
Draw a clone of this object in the current pad. More... | |
virtual void | Dump () const |
Dump contents of object on stdout. More... | |
virtual void | Execute (const char *method, const char *params, Int_t *error=0) |
Execute method on this object with the given parameter string, e.g. More... | |
virtual void | Execute (TMethod *method, TObjArray *params, Int_t *error=0) |
Execute method on this object with parameters stored in the TObjArray. More... | |
virtual void | ExecuteEvent (Int_t event, Int_t px, Int_t py) |
Execute action corresponding to an event at (px,py). More... | |
virtual TObject * | FindObject (const char *name) const |
Must be redefined in derived classes. More... | |
virtual TObject * | FindObject (const TObject *obj) const |
Must be redefined in derived classes. More... | |
virtual Option_t * | GetDrawOption () const |
Get option used by the graphics system to draw this object. More... | |
virtual UInt_t | GetUniqueID () const |
Return the unique object id. More... | |
virtual const char * | GetName () const |
Returns name of object. More... | |
virtual const char * | GetIconName () const |
Returns mime type name of object. More... | |
virtual Option_t * | GetOption () const |
virtual char * | GetObjectInfo (Int_t px, Int_t py) const |
Returns string containing info about the object at position (px,py). More... | |
virtual const char * | GetTitle () const |
Returns title of object. More... | |
virtual Bool_t | HandleTimer (TTimer *timer) |
Execute action in response of a timer timing out. More... | |
virtual ULong_t | Hash () const |
Return hash value for this object. More... | |
virtual Bool_t | InheritsFrom (const char *classname) const |
Returns kTRUE if object inherits from class "classname". More... | |
virtual Bool_t | InheritsFrom (const TClass *cl) const |
Returns kTRUE if object inherits from TClass cl. More... | |
virtual void | Inspect () const |
Dump contents of this object in a graphics canvas. More... | |
virtual Bool_t | IsFolder () const |
Returns kTRUE in case object contains browsable objects (like containers or lists of other objects). More... | |
virtual Bool_t | IsEqual (const TObject *obj) const |
Default equal comparison (objects are equal if they have the same address in memory). More... | |
virtual Bool_t | IsSortable () const |
Bool_t | IsOnHeap () const |
Bool_t | IsZombie () const |
virtual Bool_t | Notify () |
This method must be overridden to handle object notification. More... | |
virtual void | Paint (Option_t *option="") |
This method must be overridden if a class wants to paint itself. More... | |
virtual void | Pop () |
Pop on object drawn in a pad to the top of the display list. More... | |
virtual Int_t | Read (const char *name) |
Read contents of object with specified name from the current directory. More... | |
virtual void | RecursiveRemove (TObject *obj) |
Recursively remove this object from a list. More... | |
virtual void | SaveAs (const char *filename="", Option_t *option="") const |
Save this object in the file specified by filename. More... | |
virtual void | SavePrimitive (std::ostream &out, Option_t *option="") |
Save a primitive as a C++ statement(s) on output stream "out". More... | |
virtual void | SetDrawOption (Option_t *option="") |
Set drawing option for object. More... | |
virtual void | SetUniqueID (UInt_t uid) |
Set the unique object id. More... | |
virtual void | UseCurrentStyle () |
Set current style settings in this object This function is called when either TCanvas::UseCurrentStyle or TROOT::ForceStyle have been invoked. More... | |
virtual Int_t | Write (const char *name=0, Int_t option=0, Int_t bufsize=0) |
Write this object to the current directory. More... | |
virtual Int_t | Write (const char *name=0, Int_t option=0, Int_t bufsize=0) const |
Write this object to the current directory. More... | |
void * | operator new (size_t sz) |
void * | operator new[] (size_t sz) |
void * | operator new (size_t sz, void *vp) |
void * | operator new[] (size_t sz, void *vp) |
void | operator delete (void *ptr) |
Operator delete. More... | |
void | operator delete[] (void *ptr) |
Operator delete []. More... | |
void | SetBit (UInt_t f, Bool_t set) |
Set or unset the user status bits as specified in f. More... | |
void | SetBit (UInt_t f) |
void | ResetBit (UInt_t f) |
Bool_t | TestBit (UInt_t f) const |
Int_t | TestBits (UInt_t f) const |
void | InvertBit (UInt_t f) |
virtual void | Info (const char *method, const char *msgfmt,...) const |
Issue info message. More... | |
virtual void | Warning (const char *method, const char *msgfmt,...) const |
Issue warning message. More... | |
virtual void | Error (const char *method, const char *msgfmt,...) const |
Issue error message. More... | |
virtual void | SysError (const char *method, const char *msgfmt,...) const |
Issue system error message. More... | |
virtual void | Fatal (const char *method, const char *msgfmt,...) const |
Issue fatal error message. More... | |
void | AbstractMethod (const char *method) const |
Use this method to implement an "abstract" method that you don't want to leave purely abstract. More... | |
void | MayNotUse (const char *method) const |
Use this method to signal that a method (defined in a base class) may not be called in a derived class (in principle against good design since a child class should not provide less functionality than its parent, however, sometimes it is necessary). More... | |
void | Obsolete (const char *method, const char *asOfVers, const char *removedFromVers) const |
Use this method to declare a method obsolete. More... | |
Public Member Functions inherited from TQObject | |
TQObject () | |
TQObject Constructor. More... | |
virtual | ~TQObject () |
TQObject Destructor. More... | |
TList * | GetListOfClassSignals () const |
Returns pointer to list of signals of this class. More... | |
TList * | GetListOfSignals () const |
TList * | GetListOfConnections () const |
Bool_t | AreSignalsBlocked () const |
Bool_t | BlockSignals (Bool_t b) |
void | CollectClassSignalLists (TList &list, TClass *cls) |
Collect class signal lists from class cls and all its base-classes. More... | |
template<typename... T> | |
void | EmitVA (const char *signal_name, Int_t, const T &...params) |
void | EmitVA (const char *signal, Int_t nargs, va_list va)=delete |
void | Emit (const char *signal) |
Acitvate signal without args. More... | |
void | Emit (const char *signal, Long_t *paramArr) |
Emit a signal with a varying number of arguments, paramArr is an array of the parameters. More... | |
void | Emit (const char *signal, const char *params) |
Activate signal with parameter text string. More... | |
void | Emit (const char *signal, Double_t param) |
Activate signal with single parameter. More... | |
void | Emit (const char *signal, Long_t param) |
Activate signal with single parameter. More... | |
void | Emit (const char *signal, Long64_t param) |
Activate signal with single parameter. More... | |
void | Emit (const char *signal, Bool_t param) |
void | Emit (const char *signal, Char_t param) |
void | Emit (const char *signal, UChar_t param) |
void | Emit (const char *signal, Short_t param) |
void | Emit (const char *signal, UShort_t param) |
void | Emit (const char *signal, Int_t param) |
void | Emit (const char *signal, UInt_t param) |
void | Emit (const char *signal, ULong_t param) |
void | Emit (const char *signal, ULong64_t param) |
void | Emit (const char *signal, Float_t param) |
Bool_t | Connect (const char *signal, const char *receiver_class, void *receiver, const char *slot) |
Non-static method is used to connect from the signal of this object to the receiver slot. More... | |
Bool_t | Disconnect (const char *signal=0, void *receiver=0, const char *slot=0) |
Disconnects signal of this object from slot of receiver. More... | |
virtual void | HighPriority (const char *signal_name, const char *slot_name=0) |
virtual void | LowPriority (const char *signal_name, const char *slot_name=0) |
virtual Bool_t | HasConnection (const char *signal_name) const |
Return true if there is any object connected to this signal. More... | |
virtual Int_t | NumberOfSignals () const |
Return number of signals for this object. More... | |
virtual Int_t | NumberOfConnections () const |
Return number of connections for this object. More... | |
virtual void | Connected (const char *) |
virtual void | Disconnected (const char *) |
virtual void | Destroyed () |
virtual void | ChangedBy (const char *method) |
virtual void | Message (const char *msg) |
Static Public Member Functions | |
static Long_t | GetVirtMemMax () |
VirtMemMax getter. More... | |
static Long_t | GetResMemMax () |
ResMemMax getter. More... | |
static Float_t | GetMemHWM () |
MemHWM getter. More... | |
static Float_t | GetMemStop () |
MemStop getter. More... | |
static FILE * | SetErrorHandlerFile (FILE *ferr) |
Set the file stream where to log (default stderr). More... | |
static void | ErrorHandler (Int_t level, Bool_t abort, const char *location, const char *msg) |
The PROOF error handler function. More... | |
static void | ResolveKeywords (TString &fname, const char *path=0) |
Replace <ord>, <user>, <u>, <group>, <stag>, <qnum>, <file>, <rver> and <build> placeholders in fname. More... | |
static void | SetLastMsg (const char *lastmsg) |
Set the message to be sent back in case of exceptions. More... | |
static void | SetLastEntry (Long64_t lastentry) |
Set the last entry before exception. More... | |
static void | FilterLocalroot (TString &path, const char *url="root://dum/") |
If 'path' is local and 'dsrv' is Xrootd, apply 'path.Localroot' settings, if any. More... | |
static void | GetLocalServer (TString &dsrv) |
Extract LOCALDATASERVER info in 'dsrv'. More... | |
static TMap * | GetDataSetNodeMap (TFileCollection *fc, TString &emsg) |
Get a map {server-name, list-of-files} for collection 'fc' to be used in TPacketizerFile. More... | |
static Int_t | RegisterDataSets (TList *in, TList *out, TDataSetManager *dsm, TString &e) |
Register TFileCollections in 'out' as datasets according to the rules in 'in'. More... | |
static Bool_t | IsActive () |
Static function that returns kTRUE in case we are a PROOF server. More... | |
static TProofServ * | This () |
Static function returning pointer to global object gProofServ. More... | |
Static Public Member Functions inherited from TApplication | |
static Long_t | ExecuteFile (const char *file, Int_t *error=0, Bool_t keep=kFALSE) |
Execute a file containing a C++ macro (static method). More... | |
static TList * | GetApplications () |
Static method returning the list of available applications. More... | |
static void | CreateApplication () |
Static function used to create a default application environment. More... | |
static void | NeedGraphicsLibs () |
Static method. More... | |
Static Public Member Functions inherited from TObject | |
static Long_t | GetDtorOnly () |
Return destructor only flag. More... | |
static void | SetDtorOnly (void *obj) |
Set destructor only flag. More... | |
static Bool_t | GetObjectStat () |
Get status of object stat flag. More... | |
static void | SetObjectStat (Bool_t stat) |
Turn on/off tracking of objects in the TObjectTable. More... | |
Static Public Member Functions inherited from TQObject | |
static Bool_t | Connect (TQObject *sender, const char *signal, const char *receiver_class, void *receiver, const char *slot) |
Create connection between sender and receiver. More... | |
static Bool_t | Connect (const char *sender_class, const char *signal, const char *receiver_class, void *receiver, const char *slot) |
This method allows to make a connection from any object of the same class to a single slot. More... | |
static Bool_t | Disconnect (TQObject *sender, const char *signal=0, void *receiver=0, const char *slot=0) |
Disconnects signal in object sender from slot_method in object receiver. More... | |
static Bool_t | Disconnect (const char *class_name, const char *signal, void *receiver=0, const char *slot=0) |
Disconnects "class signal". More... | |
static Bool_t | AreAllSignalsBlocked () |
Returns true if all signals are blocked. More... | |
static Bool_t | BlockAllSignals (Bool_t b) |
Block or unblock all signals. Returns the previous block status. More... | |
Protected Member Functions | |
virtual void | HandleArchive (TMessage *mess, TString *slb=0) |
Handle archive request. More... | |
virtual Int_t | HandleCache (TMessage *mess, TString *slb=0) |
Handle here all cache and package requests. More... | |
virtual void | HandleCheckFile (TMessage *mess, TString *slb=0) |
Handle file checking request. More... | |
virtual Int_t | HandleDataSets (TMessage *mess, TString *slb=0) |
Handle here requests about datasets. More... | |
virtual void | HandleSubmerger (TMessage *mess) |
Handle a message of type kPROOF_SUBMERGER. More... | |
virtual void | HandleFork (TMessage *mess) |
Cloning itself via fork. Not implemented. More... | |
virtual Int_t | HandleLibIncPath (TMessage *mess) |
Handle lib, inc search paths modification request. More... | |
virtual void | HandleProcess (TMessage *mess, TString *slb=0) |
Handle processing request. More... | |
virtual void | HandleQueryList (TMessage *mess) |
Handle request for list of queries. More... | |
virtual void | HandleRemove (TMessage *mess, TString *slb=0) |
Handle remove request. More... | |
virtual void | HandleRetrieve (TMessage *mess, TString *slb=0) |
Handle retrieve request. More... | |
virtual Int_t | HandleWorkerLists (TMessage *mess) |
Handle here all requests to modify worker lists. More... | |
virtual void | ProcessNext (TString *slb=0) |
process the next query from the queue of submitted jobs. More... | |
virtual Int_t | Setup () |
Print the ProofServ logo on standard output. More... | |
Int_t | SetupCommon () |
Common part (between TProofServ and TXProofServ) of the setup phase. More... | |
virtual void | MakePlayer () |
Make player instance. More... | |
virtual void | DeletePlayer () |
Delete player instance. More... | |
virtual Int_t | Fork () |
Fork a child. More... | |
Int_t | GetSessionStatus () |
Return the status of this session: 0 idle 1 running 2 being terminated (currently unused) 3 queued 4 idle timed-out (not set in here but in TIdleTOTimer::Notify) This is typically run in the reader thread, so access needs to be protected. More... | |
Bool_t | IsIdle () |
Return the idle status. More... | |
Bool_t | UnlinkDataDir (const char *path) |
Scan recursively the datadir and unlink it if empty Return kTRUE if it can be unlinked, kFALSE otherwise. More... | |
Protected Member Functions inherited from TApplication | |
TApplication () | |
Default ctor. Can be used by classes deriving from TApplication. More... | |
virtual Long_t | ProcessRemote (const char *line, Int_t *error=0) |
Process the content of a line starting with ".R" (already stripped-off) The format is
The variable 'dir' is the remote directory to be used as working dir. More... | |
virtual void | Help (const char *line) |
Print help on interpreter. More... | |
virtual void | LoadGraphicsLibs () |
Load shared libs necessary for graphics. More... | |
virtual void | MakeBatch () |
Switch to batch mode. More... | |
void | SetSignalHandler (TSignalHandler *sh) |
Protected Member Functions inherited from TObject | |
void | MakeZombie () |
virtual void | DoError (int level, const char *location, const char *fmt, va_list va) const |
Interface to ErrorHandler (protected). More... | |
Protected Member Functions inherited from TQObject | |
virtual void * | GetSender () |
virtual const char * | GetSenderClassName () const |
Static Protected Attributes | |
static TString | fgLastMsg |
static Long64_t | fgLastEntry = -1 |
Static Protected Attributes inherited from TApplication | |
static TList * | fgApplications = 0 |
Static Protected Attributes inherited from TQObject | |
static Bool_t | fgAllSignalsBlocked = kFALSE |
flag used for suppression of signals More... | |
Private Member Functions | |
Int_t | GetCompressionLevel () const |
void | RedirectOutput (const char *dir=0, const char *mode="w") |
Redirect stdout to a log file. More... | |
Int_t | CatMotd () |
Print message of the day (in the file pointed by the env PROOFMOTD or from fConfDir/etc/proof/motd). More... | |
Int_t | UnloadPackage (const char *package) |
Removes link to package in working directory, removes entry from include path, removes entry from enabled package list, does not currently remove entry from interpreter include path. More... | |
Int_t | UnloadPackages () |
Unloads all enabled packages. Returns -1 in case of error, 0 otherwise. More... | |
Int_t | OldAuthSetup (TString &wconf) |
Setup authentication related stuff for old versions. More... | |
Int_t | GetPriority () |
Get the processing priority for the group the user belongs too. More... | |
TProofQueryResult * | MakeQueryResult (Long64_t nentries, const char *opt, TList *inl, Long64_t first, TDSet *dset, const char *selec, TObject *elist) |
Create a TProofQueryResult instance for this query. More... | |
void | SetQueryRunning (TProofQueryResult *pq) |
Set query in running state. More... | |
Int_t | SendResults (TSocket *sock, TList *outlist=0, TQueryResult *pq=0) |
Sends all objects from the given list to the specified socket. More... | |
Bool_t | AcceptResults (Int_t connections, TVirtualProofPlayer *mergerPlayer) |
Accept and merge results from a set of workers. More... | |
void | SetIdle (Bool_t st=kTRUE) |
Change the idle status. More... | |
Bool_t | IsWaiting () |
Return kTRUE if the session is waiting for the OK to start processing. More... | |
Int_t | WaitingQueries () |
Return the number of waiting queries. More... | |
Int_t | QueueQuery (TProofQueryResult *pq) |
Add a query to the waiting list Returns the number of queries in the list. More... | |
TProofQueryResult * | NextQuery () |
Get the next query from the waiting list. More... | |
Int_t | CleanupWaitingQueries (Bool_t del=kTRUE, TList *qls=0) |
Cleanup the waiting queries list. More... | |
Static Private Attributes | |
static Long_t | fgVirtMemMax = -1 |
static Long_t | fgResMemMax = -1 |
static Float_t | fgMemHWM = 0.80 |
static Float_t | fgMemStop = 0.95 |
static FILE * | fgErrorHandlerFile = 0 |
static Int_t | fgRecursive = 0 |
static Int_t | fgLogToSysLog = 0 |
static TString | fgSysLogService |
static TString | fgSysLogEntity |
Friends | |
class | TProofServLite |
class | TXProofServ |
Additional Inherited Members | |
Static Protected Member Functions inherited from TApplication | |
static Int_t | ParseRemoteLine (const char *ln, TString &hostdir, TString &user, Int_t &dbg, TString &script) |
Parse the content of a line starting with ".R" (already stripped-off) The format is
The variable 'dir' is the remote directory to be used as working dir. More... | |
static TApplication * | Open (const char *url, Int_t debug, const char *script) |
Static function used to attach to an existing remote application or to start one. More... | |
static void | Close (TApplication *app) |
Static function used to close a remote application. More... | |
Static Protected Member Functions inherited from TQObject | |
static Bool_t | ConnectToClass (TQObject *sender, const char *signal, TClass *receiver_class, void *receiver, const char *slot) |
Create connection between sender and receiver. More... | |
static Bool_t | ConnectToClass (const char *sender_class, const char *signal, TClass *receiver_class, void *receiver, const char *slot) |
This method allows to make connection from any object of the same class to the receiver object. More... | |
static Int_t | CheckConnectArgs (TQObject *sender, TClass *sender_class, const char *signal, TClass *receiver_class, const char *slot) |
Checking of consitency of sender/receiver methods/arguments. More... | |
static TString | CompressName (const char *method_name) |
Protected Attributes inherited from TApplication | |
TApplication * | fAppRemote |
Protected Attributes inherited from TQObject | |
TList * | fListOfSignals |
TList * | fListOfConnections |
list of signals from this object More... | |
Bool_t | fSignalsBlocked |
list of connections to this object More... | |
#include <TProofServ.h>
Enumerator | |
---|---|
kQueryOK | |
kQueryModify | |
kQueryStop | |
kQueryEnqueued |
Definition at line 83 of file TProofServ.h.
Enumerator | |
---|---|
kHighMemory |
Definition at line 82 of file TProofServ.h.
TProofServ::TProofServ | ( | Int_t * | argc, |
char ** | argv, | ||
FILE * | flog = 0 |
||
) |
Main constructor.
Create an application environment. The TProofServ environment provides an eventloop via inheritance of TApplication. Actual server creation work is done in CreateServer() to allow overloading.
Definition at line 559 of file TProofServ.cxx.
|
virtual |
Cleanup.
Not really necessary since after this dtor there is no live anyway.
Definition at line 1003 of file TProofServ.cxx.
|
private |
Accept and merge results from a set of workers.
Definition at line 2244 of file TProofServ.cxx.
Referenced by HandleSubmerger().
|
private |
Print message of the day (in the file pointed by the env PROOFMOTD or from fConfDir/etc/proof/motd).
The motd is not shown more than once a day. If the file pointed by env PROOFNOPROOF exists (or the file fConfDir/etc/proof/noproof exists), show its contents and close the connection.
Definition at line 1024 of file TProofServ.cxx.
Referenced by TXProofServ::CreateServer(), and CreateServer().
Cleanup the waiting queries list.
The objects are deleted if 'del' is true. If 'qls' is non null, only objects in 'qls' are removed. Returns the number of cleanup queries
Definition at line 7333 of file TProofServ.cxx.
Referenced by HandleRemove().
|
virtual |
Finalize the server setup.
If master, create the TProof instance to talk to the worker or submaster nodes. Return 0 on success, -1 on error
Reimplemented in TXProofServ, and TProofServLite.
Definition at line 793 of file TProofServ.cxx.
Referenced by Run().
|
protectedvirtual |
Delete player instance.
Definition at line 6360 of file TProofServ.cxx.
Referenced by HandleProcess(), HandleSocketInput(), HandleSubmerger(), MakePlayer(), and ProcessNext().
|
inlinevirtual |
Reimplemented in TXProofServ.
Definition at line 329 of file TProofServ.h.
|
inlinevirtual |
Reimplemented in TXProofServ.
Definition at line 330 of file TProofServ.h.
|
static |
The PROOF error handler function.
It prints the message on fgErrorHandlerFile and if abort is set it aborts the application.
Definition at line 6208 of file TProofServ.cxx.
Referenced by TProofPlayerRemote::RedirectOutput(), and TProofServ().
If 'path' is local and 'dsrv' is Xrootd, apply 'path.Localroot' settings, if any.
The final path via the server is dsrv+path.
Definition at line 7419 of file TProofServ.cxx.
Referenced by TProofPlayerRemote::AddOutputObject(), TProofOutputFile::AdoptFile(), TProofOutputFile::Init(), TProofPlayerRemote::MergeOutputFiles(), TSelEventGen::Process(), and TProofPlayer::SavePartialResults().
void TProofServ::FlushLogFile | ( | ) |
Reposition the read pointer in the log file to the very end.
This allows to "hide" useful debug messages during normal operations while preserving the possibility to have them in case of problems.
Definition at line 6466 of file TProofServ.cxx.
Referenced by TProofServLite::CreateServer(), TXProofServ::CreateServer(), TXProofServ::HandleError(), TProof::HandleInputMessage(), SendLogFile(), SetupCommon(), and TProofServLite::SetupOnFork().
|
protectedvirtual |
Fork a child.
If successful, return 0 in the child process and the child pid in the parent process. The child pid is registered for reaping. Return <0 in the parent process in case of failure.
Definition at line 7118 of file TProofServ.cxx.
Referenced by TProofServLite::HandleFork().
TObject * TProofServ::Get | ( | const char * | namecycle | ) |
Get object with name "name;cycle" (e.g.
"aap;2") from master or client. This method is called by TDirectory::Get() in case the object can not be found locally.
Definition at line 1097 of file TProofServ.cxx.
|
inline |
Definition at line 276 of file TProofServ.h.
Referenced by TVirtualPacketizer::HandleTimer().
|
inline |
Definition at line 262 of file TProofServ.h.
Referenced by TProofPlayer::AssertSelector().
|
inline |
Definition at line 294 of file TProofServ.h.
Referenced by TProofPlayer::AssertSelector(), and TProofPlayer::Process().
|
inlineprivate |
Definition at line 477 of file TProofServ.h.
Referenced by SendResults().
|
inline |
Definition at line 252 of file TProofServ.h.
Referenced by CatMotd(), and CreateServer().
|
inline |
Definition at line 253 of file TProofServ.h.
|
inline |
Definition at line 272 of file TProofServ.h.
|
inline |
Definition at line 263 of file TProofServ.h.
Referenced by TProofPlayerRemote::AddOutputObject(), ClassImp(), HandleSocketInput(), TProofOutputFile::Init(), TProofPlayerRemote::MergeOutputFiles(), and TProofPlayer::SavePartialResults().
|
inline |
Definition at line 264 of file TProofServ.h.
Referenced by TProofPlayerRemote::AddOutputObject(), TProofPlayerRemote::MergeOutputFiles(), and TProofPlayer::SavePartialResults().
|
static |
Get a map {server-name, list-of-files} for collection 'fc' to be used in TPacketizerFile.
Returns a pointer to the map (ownership of the caller). Or (TMap *)0 and an error message in emsg.
Definition at line 3801 of file TProofServ.cxx.
Referenced by HandleProcess(), and TProofLite::Process().
|
inline |
Definition at line 277 of file TProofServ.h.
Referenced by TVirtualPacketizer::HandleTimer(), and TProofPlayerSuperMaster::HandleTimer().
|
inline |
Definition at line 280 of file TProofServ.h.
Referenced by TProof::SetupWorkersEnv().
|
inline |
Definition at line 255 of file TProofServ.h.
Referenced by TProof::AddWorkers(), TProof::Init(), TPerfStats::PacketEvent(), TProof::Print(), ResolveKeywords(), TProofSuperMaster::StartSlaves(), TPerfStats::TPerfStats(), and TPerfStats::WriteQueryLog().
|
inline |
Definition at line 267 of file TProofServ.h.
|
inline |
Definition at line 268 of file TProofServ.h.
|
inline |
Definition at line 257 of file TProofServ.h.
Referenced by TProof::AddWorkers(), SendStatistics(), and TProofSuperMaster::StartSlaves().
Extract LOCALDATASERVER info in 'dsrv'.
Definition at line 7402 of file TProofServ.cxx.
Referenced by TProofPlayerRemote::AddOutputObject(), TProofOutputFile::AdoptFile(), TProofOutputFile::Init(), TProofPlayerRemote::MergeOutputFiles(), TSelEventGen::Process(), and TProofPlayer::SavePartialResults().
|
inline |
Definition at line 269 of file TProofServ.h.
|
static |
MemHWM getter.
Definition at line 7387 of file TProofServ.cxx.
Referenced by TProofPlayer::CheckMemUsage().
|
static |
MemStop getter.
Definition at line 7394 of file TProofServ.cxx.
Referenced by TProofPlayer::CheckMemUsage().
|
inline |
Definition at line 287 of file TProofServ.h.
Referenced by TProofPlayerRemote::HandleHistogram().
TDSetElement * TProofServ::GetNextPacket | ( | Long64_t | totalEntries = -1 | ) |
Get next range of entries to be processed on this server.
Definition at line 1147 of file TProofServ.cxx.
Referenced by TPacketizerUnit::GetNextPacket(), and TDSetProxy::Next().
Get and handle command line options.
Fixed format: "proofserv"|"proofslave" <confdir>
Reimplemented from TApplication.
Definition at line 1286 of file TProofServ.cxx.
Referenced by TProofServ().
|
inline |
Definition at line 266 of file TProofServ.h.
Referenced by TProof::AddWorkers(), ClassImp(), CreateServer(), GetNextPacket(), HandleException(), HandleProcess(), HandleSocketInput(), HandleWorkerLists(), TProofOutputFile::Init(), TProofPlayerRemote::MergeOutput(), TProof::ModifyWorkerLists(), TProof::PollForNewWorkers(), TProofLite::Print(), TProof::Print(), TProofPlayer::Process(), ResolveKeywords(), TProofLite::SetupWorkers(), TSelEventGen::SlaveBegin(), TSelVerifyDataSet::SlaveBegin(), TSelVerifyDataSet::SlaveTerminate(), TProofSuperMaster::StartSlaves(), TProofCondor::StartSlaves(), and TEventIter::TEventIter().
|
inline |
Definition at line 261 of file TProofServ.h.
Referenced by TProof::Init().
|
inline |
Definition at line 289 of file TProofServ.h.
Referenced by ErrorHandler(), TProofPlayerRemote::Finalize(), TProof::HandleInputMessage(), HandleSubmerger(), and TProof::HandleSubmerger().
|
private |
Get the processing priority for the group the user belongs too.
This priority is a number (0 - 100) determined by a scheduler (third party process) based on some basic priority the group has, e.g. we might want to give users in a specific group (e.g. promptana) a higher priority than users in other groups, and on the analysis of historical logging data (i.e. usage of CPU by the group in a previous time slot, as recorded in TPerfStats::WriteQueryLog()).
Currently the group priority is obtained by a query in a SQL DB table proofpriority, which has the format: CREATE TABLE proofpriority ( id INT NOT NULL PRIMARY KEY AUTO_INCREMENT, group VARCHAR(32) NOT NULL, priority INT )
Definition at line 6392 of file TProofServ.cxx.
Referenced by SetupCommon().
|
inline |
Definition at line 250 of file TProofServ.h.
Referenced by TPerfStats::PacketEvent(), TPerfStats::TPerfStats(), and TPerfStats::WriteQueryLog().
|
inline |
Definition at line 265 of file TProofServ.h.
Referenced by TVirtualPacketizer::HandleTimer(), TProofPlayerSlave::HandleTimer(), TProofPlayerSuperMaster::HandleTimer(), and TIdleTOTimer::Notify().
|
inline |
Definition at line 273 of file TProofServ.h.
Referenced by ResolveKeywords(), and TProofPlayer::SavePartialResults().
|
inline |
Definition at line 271 of file TProofServ.h.
|
static |
ResMemMax getter.
Definition at line 7380 of file TProofServ.cxx.
Referenced by TProofPlayer::CheckMemUsage().
|
inline |
Definition at line 251 of file TProofServ.h.
Referenced by CreateServer().
|
inline |
Definition at line 260 of file TProofServ.h.
Referenced by TProofPlayerRemote::AddOutputObject(), TProofPlayer::Process(), and TProof::SaveWorkerInfo().
|
protected |
Return the status of this session: 0 idle 1 running 2 being terminated (currently unused) 3 queued 4 idle timed-out (not set in here but in TIdleTOTimer::Notify) This is typically run in the reader thread, so access needs to be protected.
Definition at line 7239 of file TProofServ.cxx.
Referenced by UpdateSessionStatus().
|
inline |
Definition at line 258 of file TProofServ.h.
Referenced by TProofOutputFile::Init(), TIdleTOTimer::Notify(), TPerfStats::PacketEvent(), ResolveKeywords(), and TPerfStats::WriteQueryLog().
|
inline |
Definition at line 270 of file TProofServ.h.
Referenced by TProof::AddWorkers(), ClassImp(), ErrorHandler(), TXSlave::HandleError(), TProof::HandleInputMessage(), HandleSocketInput(), TVirtualPacketizer::HandleTimer(), TProofPlayerRemote::HandleTimer(), TProofPlayerSlave::HandleTimer(), TProofPlayerSuperMaster::HandleTimer(), TShutdownTimer::Notify(), TProofPlayerRemote::Progress(), TProof::SendDataSetStatus(), TProofSuperMaster::StartSlaves(), TProofCondor::StartSlaves(), TPacketizer::ValidateFiles(), and TPacketizerAdaptive::ValidateFiles().
|
inline |
Definition at line 259 of file TProofServ.h.
Referenced by TProofPlayer::SavePartialResults().
|
inline |
Definition at line 275 of file TProofServ.h.
Referenced by TProofPlayerSuperMaster::HandleTimer().
|
inline |
Definition at line 254 of file TProofServ.h.
Referenced by TProof::AddWorkers(), TPerfStats::PacketEvent(), ResolveKeywords(), TProofSuperMaster::StartSlaves(), TPerfStats::TPerfStats(), and TPerfStats::WriteQueryLog().
|
static |
VirtMemMax getter.
Definition at line 7373 of file TProofServ.cxx.
Referenced by TProofPlayer::CheckMemUsage().
|
inline |
Definition at line 256 of file TProofServ.h.
Referenced by TProof::AddWorkers(), CatMotd(), SendStatistics(), and TProofSuperMaster::StartSlaves().
|
virtual |
Get list of workers to be used from now on.
The list must be provided by the caller.
Reimplemented in TXProofServ.
Definition at line 6145 of file TProofServ.cxx.
Referenced by TXProofServ::GetWorkers(), HandleProcess(), HandleSocketInput(), TProof::PollForNewWorkers(), TProofSuperMaster::StartSlaves(), and TProof::StartSlaves().
Handle archive request.
Definition at line 3689 of file TProofServ.cxx.
Referenced by HandleSocketInput().
Handle here all cache and package requests.
Definition at line 5403 of file TProofServ.cxx.
Referenced by HandleSocketInput().
Handle file checking request.
Definition at line 5218 of file TProofServ.cxx.
Referenced by HandleSocketInput().
Handle here requests about datasets.
Definition at line 6540 of file TProofServ.cxx.
Referenced by HandleSocketInput().
Exception handler: we do not try to recover here, just exit.
Reimplemented from TApplication.
Definition at line 6523 of file TProofServ.cxx.
Cloning itself via fork. Not implemented.
Reimplemented in TProofServLite.
Definition at line 7107 of file TProofServ.cxx.
Referenced by HandleSocketInput().
Handle lib, inc search paths modification request.
Definition at line 5088 of file TProofServ.cxx.
Referenced by HandleSocketInput().
Handle processing request.
Definition at line 3848 of file TProofServ.cxx.
Referenced by HandleSocketInput().
Handle request for list of queries.
Definition at line 4884 of file TProofServ.cxx.
Referenced by HandleSocketInput().
Handle remove request.
Definition at line 4947 of file TProofServ.cxx.
Referenced by HandleSocketInput().
Handle retrieve request.
Definition at line 5011 of file TProofServ.cxx.
Referenced by HandleSocketInput().
|
virtual |
Called when the client is not alive anymore (i.e.
when kKeepAlive has failed).
Reimplemented in TXProofServ, and TProofServLite.
Definition at line 2473 of file TProofServ.cxx.
Process input coming from the client or from the master server.
If 'all' is kFALSE, process only those messages that can be handled during query processing. Returns -1 if the message could not be processed, <-1 if something went wrong. Returns 1 if the action may have changed the parallel state. Returns 2 if the message has to be enqueued. Returns 0 otherwise
Definition at line 1473 of file TProofServ.cxx.
Referenced by ClassImp().
|
virtual |
Handle input coming from the client or from the master server.
Definition at line 1325 of file TProofServ.cxx.
Referenced by Get(), GetNextPacket(), and TXProofServ::HandleInput().
Handle a message of type kPROOF_SUBMERGER.
Definition at line 6885 of file TProofServ.cxx.
Referenced by HandleSocketInput().
|
inlinevirtual |
Reimplemented in TXProofServ, and TProofServLite.
Definition at line 303 of file TProofServ.h.
|
virtual |
Handle Out-Of-Band data sent by the master or client.
Reimplemented in TXProofServ.
Definition at line 2338 of file TProofServ.cxx.
Handle here all requests to modify worker lists.
Definition at line 6044 of file TProofServ.cxx.
Referenced by HandleSocketInput().
|
inline |
Definition at line 304 of file TProofServ.h.
Referenced by TXProofServ::HandleUrgentData(), and HandleUrgentData().
|
static |
Static function that returns kTRUE in case we are a PROOF server.
Definition at line 3558 of file TProofServ.cxx.
|
inline |
Definition at line 305 of file TProofServ.h.
Referenced by HandleWorkerLists(), and TPerfStats::TPerfStats().
|
protected |
Return the idle status.
Definition at line 7271 of file TProofServ.cxx.
Referenced by HandleProcess(), and HandleSocketInput().
|
inline |
Definition at line 306 of file TProofServ.h.
Referenced by ClassImp(), TXProofServ::CreateServer(), CreateServer(), DeletePlayer(), TPacketizerUnit::GetNextPacket(), HandleCache(), HandleCheckFile(), TXProofServ::HandleError(), HandleLibIncPath(), HandleProcess(), HandleSigPipe(), HandleSocketInput(), HandleSubmerger(), TXProofServ::HandleTermination(), TProofPlayerSlave::HandleTimer(), TXProofServ::HandleUrgentData(), HandleUrgentData(), IsParallel(), MakePlayer(), OldAuthSetup(), Print(), TProofPlayer::Process(), TProofPlayerRemote::Process(), ProcessNext(), RedirectOutput(), Reset(), SendLogFile(), SendParallel(), SendStatistics(), TProofServLite::Setup(), TXProofServ::Setup(), Setup(), SetupCommon(), TXProofServ::Terminate(), Terminate(), TPerfStats::TPerfStats(), and TProofServ().
Bool_t TProofServ::IsParallel | ( | ) | const |
True if in parallel mode.
Definition at line 2499 of file TProofServ.cxx.
Referenced by HandleSocketInput(), TProofPlayerSlave::HandleTimer(), MakePlayer(), TProofPlayer::Process(), and TProofPlayerRemote::Process().
|
inline |
Definition at line 308 of file TProofServ.h.
Referenced by ClassImp(), TPacketizerUnit::GetNextPacket(), HandleProcess(), TProof::MarkBad(), TProofPlayerRemote::MergeOutputFiles(), ProcessNext(), TProofPlayer::SavePartialResults(), SendResults(), and TProofPlayer::UpdateAutoBin().
|
private |
Return kTRUE if the session is waiting for the OK to start processing.
Definition at line 7289 of file TProofServ.cxx.
Definition at line 335 of file TProofServ.h.
Referenced by TXProofServ::CreateServer(), CreateServer(), ErrorHandler(), HandleCache(), HandleSocketInput(), and SendLogFile().
|
protectedvirtual |
Make player instance.
Definition at line 6336 of file TProofServ.cxx.
Referenced by HandleProcess(), and ProcessNext().
|
private |
Create a TProofQueryResult instance for this query.
Definition at line 3615 of file TProofServ.cxx.
Referenced by HandleProcess().
|
private |
Get the next query from the waiting list.
The query is removed from the list.
Definition at line 7320 of file TProofServ.cxx.
Referenced by ProcessNext().
Setup authentication related stuff for old versions.
Provided for backward compatibility.
Definition at line 3577 of file TProofServ.cxx.
Referenced by Setup().
Print status of slave server.
Reimplemented from TObject.
Definition at line 2511 of file TProofServ.cxx.
Referenced by HandleSocketInput().
process the next query from the queue of submitted jobs.
to be called on the top master only.
Definition at line 4505 of file TProofServ.cxx.
Referenced by HandleProcess(), and HandleSocketInput().
|
private |
Add a query to the waiting list Returns the number of queries in the list.
Definition at line 7309 of file TProofServ.cxx.
Referenced by HandleProcess().
Receive a file, either sent by a client or a master server.
If bin is true it is a binary file, other wise it is an ASCII file and we need to check for Windows tokens. Returns -1 in case of error, 0 otherwise.
Definition at line 2583 of file TProofServ.cxx.
Referenced by HandleSocketInput().
|
private |
Redirect stdout to a log file.
This log file will be flushed to the client or master after each command.
Definition at line 2523 of file TProofServ.cxx.
Referenced by TProofServLite::CreateServer(), TXProofServ::CreateServer(), CreateServer(), and TProofServLite::SetupOnFork().
|
static |
Register TFileCollections in 'out' as datasets according to the rules in 'in'.
Definition at line 4786 of file TProofServ.cxx.
Referenced by TProofLite::Process(), and ProcessNext().
|
inlinevirtual |
Reimplemented in TXProofServ.
Definition at line 318 of file TProofServ.h.
Referenced by TProof::MarkBad(), and TProof::RemoveWorkers().
void TProofServ::Reset | ( | const char * | dir | ) |
Reset PROOF environment to be ready for execution of next command.
Definition at line 2553 of file TProofServ.cxx.
Referenced by HandleSocketInput().
Replace <ord>, <user>, <u>, <group>, <stag>, <qnum>, <file>, <rver> and <build> placeholders in fname.
Here, <rver> is the root version in integer form, e.g. 53403, and <build> a string includign version, architecture and compiler version, e.g. '53403_linuxx8664gcc_gcc46' .
Definition at line 7155 of file TProofServ.cxx.
Referenced by TProofOutputFile::Init(), TProofLite::Init(), TProof::Init(), TProofOutputFile::SetOutputFileName(), and SetupCommon().
void TProofServ::RestartComputeTime | ( | ) |
Reset the compute time.
Definition at line 1132 of file TProofServ.cxx.
Referenced by TEventIterTree::PreProcessEvent().
Main server eventloop.
Reimplemented from TApplication.
Definition at line 2655 of file TProofServ.cxx.
Send an asychronous message to the master / client .
Masters will forward up the message to the client. The client prints 'msg' of stderr and adds a '
'/'' depending on 'lf' being kTRUE (default) or kFALSE. Returns the return value from TSocket::Send(TMessage &) .
Definition at line 6442 of file TProofServ.cxx.
Referenced by TDSet::Add(), TProof::AssertDataSet(), TProof::CreateMerger(), TXProofServ::CreateServer(), CreateServer(), TXProofServ::GetWorkers(), TProof::GoMoreParallel(), HandleCache(), HandleException(), TProof::HandleInputMessage(), HandleProcess(), HandleRetrieve(), HandleSocketInput(), HandleSubmerger(), TProof::HandleSubmerger(), TProofPlayerRemote::InitPacketizer(), TDSet::Lookup(), TProof::MarkBad(), TIdleTOTimer::Notify(), TProofOutputFile::NotifyError(), TProofPlayer::Process(), TQueryResultManager::SaveQuery(), SendResults(), SetupCommon(), TProof::StartSlaves(), and TruncateLogFile().
Send log file to master.
If start > -1 send only bytes in the range from start to end, if end <= start send everything from start.
Definition at line 2670 of file TProofServ.cxx.
Referenced by TProofServLite::CreateServer(), TXProofServ::CreateServer(), CreateServer(), HandleProcess(), HandleSocketInput(), HandleSubmerger(), TXProofServ::HandleUrgentData(), HandleUrgentData(), and TProofServLite::SetupOnFork().
Send number of parallel nodes to master or client.
Definition at line 2785 of file TProofServ.cxx.
Referenced by TProof::AddWorkers(), and HandleSocketInput().
|
private |
Sends all objects from the given list to the specified socket.
Definition at line 4333 of file TProofServ.cxx.
Referenced by HandleProcess(), HandleSocketInput(), HandleSubmerger(), and ProcessNext().
void TProofServ::SendStatistics | ( | ) |
Send statistics of slave server to master or client.
Definition at line 2765 of file TProofServ.cxx.
Referenced by HandleSocketInput().
|
static |
Set the file stream where to log (default stderr).
If ferr == 0 the default is restored. Returns current setting.
Definition at line 6197 of file TProofServ.cxx.
Referenced by TProofPlayerRemote::RedirectOutput(), and TProofServ().
Change the idle status.
Definition at line 7280 of file TProofServ.cxx.
Referenced by HandleProcess(), HandleSocketInput(), HandleSubmerger(), and ProcessNext().
Set the last entry before exception.
Definition at line 7365 of file TProofServ.cxx.
Referenced by TProofPlayer::Process().
|
static |
Set the message to be sent back in case of exceptions.
Definition at line 7357 of file TProofServ.cxx.
Referenced by TProofPlayer::Process(), and TProofPlayerRemote::SetLastMergingMsg().
|
private |
Set query in running state.
Definition at line 3649 of file TProofServ.cxx.
Referenced by ProcessNext().
|
protectedvirtual |
Print the ProofServ logo on standard output.
Return 0 on success, -1 on failure
Reimplemented in TXProofServ, and TProofServLite.
Definition at line 2865 of file TProofServ.cxx.
Referenced by CreateServer().
|
protected |
Common part (between TProofServ and TXProofServ) of the setup phase.
Return 0 on success, -1 on error
Definition at line 3017 of file TProofServ.cxx.
Referenced by TProofServLite::Setup(), TXProofServ::Setup(), and Setup().
Terminate the proof server.
Reimplemented from TApplication.
Reimplemented in TXProofServ, and TProofServLite.
Definition at line 3454 of file TProofServ.cxx.
Referenced by CreateServer(), HandleSigPipe(), HandleSocketInput(), HandleTermination(), HandleUrgentData(), and TIdleTOTimer::Notify().
|
static |
Static function returning pointer to global object gProofServ.
Mainly for use via CINT, where the gProofServ symbol might be deleted from the symbol table.
Definition at line 3568 of file TProofServ.cxx.
void TProofServ::TruncateLogFile | ( | ) |
Truncate the log file to the 80% of the required max size if this is set.
Definition at line 6476 of file TProofServ.cxx.
Referenced by HandleSocketInput(), and TDSetProxy::Next().
|
protected |
Scan recursively the datadir and unlink it if empty Return kTRUE if it can be unlinked, kFALSE otherwise.
Definition at line 3522 of file TProofServ.cxx.
Referenced by TProofServLite::Terminate(), TXProofServ::Terminate(), and Terminate().
|
private |
Removes link to package in working directory, removes entry from include path, removes entry from enabled package list, does not currently remove entry from interpreter include path.
Returns -1 in case of error, 0 otherwise.
Definition at line 2811 of file TProofServ.cxx.
Referenced by HandleCache(), and UnloadPackages().
|
private |
Unloads all enabled packages. Returns -1 in case of error, 0 otherwise.
Definition at line 2846 of file TProofServ.cxx.
Referenced by HandleCache().
Update the session status in the relevant file.
The status is taken from GetSessionStatus() unless xst >= 0, in which case xst is used. Return 0 on success, -errno if the file could not be opened.
Definition at line 7252 of file TProofServ.cxx.
Referenced by TXProofServ::HandleUrgentData(), and TIdleTOTimer::Notify().
|
private |
Return the number of waiting queries.
Definition at line 7299 of file TProofServ.cxx.
Referenced by HandleProcess(), and HandleSocketInput().
|
friend |
Definition at line 78 of file TProofServ.h.
|
friend |
Definition at line 79 of file TProofServ.h.
|
private |
Definition at line 134 of file TProofServ.h.
Referenced by GetActSessions(), TXProofServ::HandleInput(), and TProofServ().
|
private |
Definition at line 103 of file TProofServ.h.
Referenced by TXProofServ::HandleUrgentData(), and UpdateSessionStatus().
|
private |
Definition at line 108 of file TProofServ.h.
Referenced by HandleArchive(), and TProofServ().
|
private |
Definition at line 98 of file TProofServ.h.
Referenced by GetCacheDir(), HandleCache(), HandleCheckFile(), HandleProcess(), HandleSocketInput(), and SetupCommon().
|
private |
Definition at line 106 of file TProofServ.h.
Referenced by GetCacheLock(), HandleCache(), HandleCheckFile(), HandleSocketInput(), SetupCommon(), TProofServ(), and ~TProofServ().
|
private |
Definition at line 155 of file TProofServ.h.
Referenced by TXProofServ::CreateServer(), CreateServer(), GetCompressionLevel(), SendResults(), and TProofServ().
|
private |
Definition at line 129 of file TProofServ.h.
Referenced by DeletePlayer(), GetNextPacket(), HandleProcess(), ProcessNext(), and RestartComputeTime().
|
private |
Definition at line 89 of file TProofServ.h.
Referenced by TProofServLite::CreateServer(), TXProofServ::CreateServer(), GetConfDir(), GetOptions(), GetWorkers(), Setup(), and TProofServLite::SetupOnFork().
|
private |
Definition at line 90 of file TProofServ.h.
Referenced by TXProofServ::CreateServer(), CreateServer(), GetConfFile(), GetWorkers(), TXProofServ::Setup(), and Setup().
|
private |
Definition at line 127 of file TProofServ.h.
Referenced by GetCpuTime(), HandleSocketInput(), SendStatistics(), SetupCommon(), TXProofServ::Terminate(), Terminate(), and TProofServ().
|
private |
Definition at line 101 of file TProofServ.h.
Referenced by GetDataDir(), HandleSocketInput(), SetupCommon(), TProofServLite::Terminate(), TXProofServ::Terminate(), and Terminate().
|
private |
Definition at line 102 of file TProofServ.h.
Referenced by GetDataDirOpts(), and SetupCommon().
|
private |
Definition at line 100 of file TProofServ.h.
Referenced by SetupCommon().
|
private |
Definition at line 157 of file TProofServ.h.
Referenced by HandleDataSets(), HandleProcess(), ProcessNext(), SetupCommon(), TProofServ(), and ~TProofServ().
|
private |
Definition at line 158 of file TProofServ.h.
Referenced by HandleDataSets(), SetupCommon(), TProofServ(), and ~TProofServ().
|
private |
Definition at line 135 of file TProofServ.h.
Referenced by GetEffSessions(), TXProofServ::HandleInput(), and TProofServ().
|
private |
Definition at line 115 of file TProofServ.h.
Referenced by GetEnabledPackages(), HandleCache(), SetQueryRunning(), TProofServ(), UnloadPackage(), UnloadPackages(), and ~TProofServ().
|
private |
Definition at line 123 of file TProofServ.h.
Referenced by TXProofServ::CreateServer(), CreateServer(), GetOptions(), and IsEndMaster().
|
staticprivate |
Definition at line 181 of file TProofServ.h.
Referenced by ErrorHandler(), and SetErrorHandlerFile().
|
staticprotected |
Definition at line 242 of file TProofServ.h.
Referenced by HandleException(), HandleSocketInput(), and SetLastEntry().
|
staticprotected |
Definition at line 241 of file TProofServ.h.
Referenced by HandleException(), HandleSocketInput(), and SetLastMsg().
|
private |
Definition at line 97 of file TProofServ.h.
Referenced by HandleCache(), SetupCommon(), TProofServ(), and ~TProofServ().
|
staticprivate |
Definition at line 185 of file TProofServ.h.
Referenced by ErrorHandler(), HandleSocketInput(), SetupCommon(), TXProofServ::Terminate(), Terminate(), and TProofServ().
|
staticprivate |
Definition at line 175 of file TProofServ.h.
Referenced by GetMemHWM(), and TProofServ().
|
staticprivate |
Definition at line 176 of file TProofServ.h.
Referenced by GetMemStop(), and TProofServ().
|
staticprivate |
Definition at line 182 of file TProofServ.h.
Referenced by HandleSocketInput().
|
staticprivate |
Definition at line 173 of file TProofServ.h.
Referenced by GetResMemMax(), TXProofServ::Terminate(), Terminate(), and TProofServ().
|
private |
Definition at line 88 of file TProofServ.h.
Referenced by GetGroup(), GetPriority(), TXProofServ::HandleInput(), and SetupCommon().
|
private |
Definition at line 118 of file TProofServ.h.
Referenced by GetGroupId(), HandleSocketInput(), and TProofServ().
|
private |
Definition at line 122 of file TProofServ.h.
Referenced by TXProofServ::HandleInput(), SetupCommon(), and TProofServ().
|
private |
Definition at line 119 of file TProofServ.h.
Referenced by GetGroupSize(), HandleSocketInput(), and TProofServ().
|
staticprivate |
Definition at line 187 of file TProofServ.h.
Referenced by ErrorHandler(), HandleSocketInput(), SetupCommon(), TXProofServ::Terminate(), and Terminate().
|
staticprivate |
Definition at line 186 of file TProofServ.h.
Referenced by TProofServ().
|
staticprivate |
Definition at line 172 of file TProofServ.h.
Referenced by GetVirtMemMax(), TXProofServ::Terminate(), Terminate(), and TProofServ().
|
private |
Definition at line 169 of file TProofServ.h.
Referenced by SetupCommon(), and TProofServ().
|
private |
Definition at line 142 of file TProofServ.h.
Referenced by GetSessionStatus(), TXProofServ::HandleTermination(), IsIdle(), IsWaiting(), SetIdle(), TXProofServ::Terminate(), and TProofServ().
|
private |
Definition at line 153 of file TProofServ.h.
Referenced by TXProofServ::CreateServer(), CreateServer(), HandleSocketInput(), and TProofServ().
|
private |
Definition at line 92 of file TProofServ.h.
Referenced by GetImage(), TXProofServ::GetWorkers(), GetWorkers(), and SetupCommon().
|
private |
Definition at line 137 of file TProofServ.h.
Referenced by CreateServer(), and TProofServ().
|
private |
Definition at line 125 of file TProofServ.h.
Referenced by Interrupt(), and TProofServ().
|
private |
Definition at line 128 of file TProofServ.h.
Referenced by GetNextPacket(), and HandleProcess().
|
private |
Definition at line 112 of file TProofServ.h.
Referenced by TProofServLite::CreateServer(), TXProofServ::CreateServer(), CreateServer(), HandleDataSets(), HandleSigPipe(), HandleSocketInput(), TXProofServ::HandleUrgentData(), HandleUrgentData(), RedirectOutput(), TProofServLite::SetupOnFork(), and TProofServ().
|
private |
Definition at line 113 of file TProofServ.h.
Referenced by TProofServLite::CreateServer(), TXProofServ::CreateServer(), CreateServer(), FlushLogFile(), SendLogFile(), TProofServLite::SetupOnFork(), TProofServ(), TruncateLogFile(), and ~TProofServ().
|
private |
Definition at line 114 of file TProofServ.h.
Referenced by TProofServ(), and TruncateLogFile().
|
private |
Definition at line 120 of file TProofServ.h.
Referenced by TXProofServ::CreateServer(), CreateServer(), GetLogLevel(), HandleSocketInput(), and TProofServ().
|
private |
Definition at line 124 of file TProofServ.h.
Referenced by TProofServLite::CreateServer(), TXProofServ::CreateServer(), CreateServer(), GetOptions(), IsMaster(), and TProofServLite::SetupOnFork().
|
private |
Definition at line 168 of file TProofServ.h.
Referenced by SetupCommon(), and TProofServ().
|
private |
Definition at line 167 of file TProofServ.h.
Referenced by HandleSocketInput(), ProcessNext(), SetupCommon(), and TProofServ().
|
private |
Definition at line 164 of file TProofServ.h.
Referenced by TProofServ().
|
private |
Definition at line 163 of file TProofServ.h.
Referenced by AcceptResults(), HandleSubmerger(), and TProofServ().
|
private |
Definition at line 162 of file TProofServ.h.
Referenced by AcceptResults(), HandleProcess(), HandleSubmerger(), and TProofServ().
|
private |
Definition at line 179 of file TProofServ.h.
Referenced by GetMsgSizeHWM(), SendResults(), and TProofServ().
|
private |
Definition at line 121 of file TProofServ.h.
Referenced by HandleSocketInput(), and TProofServ().
|
private |
Definition at line 117 of file TProofServ.h.
Referenced by AcceptResults(), TProofServLite::CreateServer(), TXProofServ::CreateServer(), GetOrdinal(), HandleCache(), HandleProcess(), HandleSubmerger(), IsTopMaster(), OldAuthSetup(), RedirectOutput(), TProofServLite::Setup(), Setup(), TProofServLite::SetupOnFork(), and TProofServ().
|
private |
Definition at line 104 of file TProofServ.h.
|
private |
Definition at line 96 of file TProofServ.h.
Referenced by GetPackageDir(), HandleCache(), HandleCheckFile(), HandleSocketInput(), and SetupCommon().
|
private |
Definition at line 105 of file TProofServ.h.
Referenced by HandleCache(), HandleCheckFile(), SetupCommon(), TProofServ(), and ~TProofServ().
|
private |
Definition at line 111 of file TProofServ.h.
Referenced by DeletePlayer(), GetNextPacket(), TXProofServ::HandleInput(), HandleProcess(), HandleSocketInput(), HandleSubmerger(), MakePlayer(), ProcessNext(), RestartComputeTime(), SendResults(), TXProofServ::Terminate(), and TProofServ().
|
private |
Definition at line 147 of file TProofServ.h.
Referenced by GetPrefix(), HandleProcess(), HandleRetrieve(), SendResults(), Setup(), TProofServ(), and TruncateLogFile().
|
private |
Definition at line 110 of file TProofServ.h.
Referenced by TXProofServ::CreateServer(), CreateServer(), DeletePlayer(), GetProof(), HandleCache(), HandleCheckFile(), TXProofServ::HandleError(), TXProofServ::HandleInput(), HandleLibIncPath(), HandleProcess(), HandleSigPipe(), HandleSocketInput(), HandleSubmerger(), TXProofServ::HandleTermination(), TXProofServ::HandleUrgentData(), HandleUrgentData(), HandleWorkerLists(), IsParallel(), MakePlayer(), Print(), ProcessNext(), Reset(), SendLogFile(), SendParallel(), SendStatistics(), SetQueryRunning(), TXProofServ::Terminate(), and TProofServ().
|
private |
Definition at line 116 of file TProofServ.h.
Referenced by TXProofServ::CreateServer(), CreateServer(), GetNextPacket(), GetProtocol(), HandleCheckFile(), HandleProcess(), HandleRetrieve(), HandleSocketInput(), OldAuthSetup(), ProcessNext(), RedirectOutput(), SendResults(), SendStatistics(), TProofServLite::Setup(), TXProofServ::Setup(), Setup(), SetupCommon(), and TProofServ().
|
private |
Definition at line 139 of file TProofServ.h.
Referenced by HandleArchive(), HandleProcess(), HandleQueryList(), HandleRemove(), HandleRetrieve(), HandleSocketInput(), MakeQueryResult(), ProcessNext(), SetupCommon(), TXProofServ::Terminate(), Terminate(), and TProofServ().
|
private |
Definition at line 143 of file TProofServ.h.
Referenced by CleanupWaitingQueries(), GetSessionStatus(), IsIdle(), IsWaiting(), NextQuery(), QueueQuery(), SetIdle(), and WaitingQueries().
|
private |
Definition at line 99 of file TProofServ.h.
Referenced by HandleQueryList(), MakeQueryResult(), SetupCommon(), TXProofServ::Terminate(), and Terminate().
|
private |
Definition at line 107 of file TProofServ.h.
Referenced by TXProofServ::LockSession(), SetupCommon(), TXProofServ::Terminate(), Terminate(), TProofServ(), and ~TProofServ().
|
private |
Definition at line 131 of file TProofServ.h.
Referenced by GetQuerySeqNum(), HandleProcess(), ProcessNext(), and TProofServ().
|
private |
Definition at line 145 of file TProofServ.h.
Referenced by HandleSocketInput(), and TProofServ().
|
private |
Definition at line 126 of file TProofServ.h.
Referenced by GetRealTime(), HandleSocketInput(), SendStatistics(), SetupCommon(), TXProofServ::Terminate(), Terminate(), and TProofServ().
|
private |
Definition at line 149 of file TProofServ.h.
Referenced by HandleSigPipe(), HandleSocketInput(), TXProofServ::HandleUrgentData(), HandleUrgentData(), and TProofServ().
|
private |
Definition at line 152 of file TProofServ.h.
Referenced by Fork(), and TProofServ().
|
private |
Definition at line 130 of file TProofServ.h.
Referenced by GetNextPacket(), and HandleProcess().
|
private |
Definition at line 160 of file TProofServ.h.
Referenced by LogToMaster(), SendLogFile(), and TProofServ().
|
private |
Definition at line 86 of file TProofServ.h.
Referenced by TProofServLite::CreateServer(), TXProofServ::CreateServer(), GetOptions(), GetService(), TProofServLite::SetupOnFork(), and TProofServ().
|
private |
Definition at line 95 of file TProofServ.h.
Referenced by TXProofServ::CreateServer(), GetSessionDir(), TXProofServ::LockSession(), RedirectOutput(), TProofServLite::Setup(), TXProofServ::Setup(), Setup(), SetupCommon(), TProofServLite::SetupOnFork(), TProofServLite::Terminate(), TXProofServ::Terminate(), and Terminate().
|
private |
Definition at line 93 of file TProofServ.h.
Referenced by GetSessionTag(), TProofServLite::Setup(), TXProofServ::Setup(), Setup(), SetupCommon(), and TProofServLite::SetupOnFork().
|
private |
Definition at line 151 of file TProofServ.h.
Referenced by TXProofServ::CreateServer(), CreateServer(), and TProofServ().
|
private |
Definition at line 109 of file TProofServ.h.
Referenced by TProofServLite::CreateServer(), TXProofServ::CreateServer(), CreateServer(), TXProofServ::DisableTimeout(), TXProofServ::EnableTimeout(), Get(), GetNextPacket(), GetSocket(), TXProofServ::GetWorkers(), HandleCache(), HandleCheckFile(), HandleDataSets(), TXProofServ::HandleError(), TXProofServ::HandleInput(), HandleProcess(), HandleQueryList(), HandleRetrieve(), HandleSigPipe(), HandleSocketInput(), HandleSubmerger(), TXProofServ::HandleUrgentData(), HandleUrgentData(), MakePlayer(), OldAuthSetup(), ProcessNext(), ReceiveFile(), TXProofServ::ReleaseWorker(), SendAsynMessage(), SendLogFile(), SendParallel(), SendStatistics(), TProofServLite::Setup(), TXProofServ::Setup(), Setup(), SetupCommon(), TProofServLite::SetupOnFork(), TXProofServ::Terminate(), TProofServ(), ~TProofServ(), TProofServLite::~TProofServLite(), and TXProofServ::~TXProofServ().
|
private |
Definition at line 94 of file TProofServ.h.
Referenced by TXProofServ::CreateServer(), GetTopSessionTag(), HandleArchive(), TXProofServ::LockSession(), TProofServLite::Setup(), TXProofServ::Setup(), Setup(), and SetupCommon().
|
private |
Definition at line 133 of file TProofServ.h.
Referenced by GetTotSessions(), TXProofServ::HandleInput(), and TProofServ().
|
private |
Definition at line 87 of file TProofServ.h.
Referenced by TXProofServ::CreateServer(), GetUser(), OldAuthSetup(), TProofServLite::Setup(), TXProofServ::Setup(), Setup(), and SetupCommon().
|
private |
Definition at line 141 of file TProofServ.h.
Referenced by CleanupWaitingQueries(), GetSessionStatus(), TXProofServ::GetWorkers(), TXProofServ::HandleTermination(), IsWaiting(), NextQuery(), QueueQuery(), TProofServ(), WaitingQueries(), and ~TProofServ().
|
private |
Definition at line 91 of file TProofServ.h.
Referenced by GetWorkDir(), RedirectOutput(), TProofServLite::Setup(), TXProofServ::Setup(), Setup(), and SetupCommon().