virtual Bool_t Create(const char *args)
initializes fastcgi variables and start thread, which will process incoming http requests ...
TThread * fThrd
! thread which takes requests, can be many later
Int_t fSocket
! socket used by fastcgi
Bool_t fTerminating
! set when http server wants to terminate all engines
TString fTopName
! name of top item
virtual void Terminate()
Method called when server want to be terminated.
Bool_t fDebugMode
! debug mode, may required for fastcgi debugging in other servers
TFastCgi()
normal constructor
virtual ~TFastCgi()
destructor
static void * run_func(void *)