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