Logo ROOT  
Reference Guide
 
Loading...
Searching...
No Matches
TFastCgi.cxx File Reference
#include "TFastCgi.h"
#include "TThread.h"
#include "TUrl.h"
#include "THttpServer.h"
#include <cstring>
#include <memory>
#include <unistd.h>
#include "fcgiapp.h"
#include <cstdlib>
Include dependency graph for TFastCgi.cxx:

Classes

class  TFastCgiCallArg
 

Functions

void FCGX_ROOT_send_file (FCGX_Request *request, const char *fname)
 
void process_request (TFastCgi *engine, FCGX_Request *request, bool can_postpone)
 
void run_multi_threads (TFastCgi *engine, Int_t nthrds)
 
void run_single_thread (TFastCgi *engine)
 

Function Documentation

◆ FCGX_ROOT_send_file()

void FCGX_ROOT_send_file ( FCGX_Request *  request,
const char *  fname 
)

Definition at line 55 of file TFastCgi.cxx.

◆ process_request()

void process_request ( TFastCgi engine,
FCGX_Request *  request,
bool  can_postpone 
)

Definition at line 78 of file TFastCgi.cxx.

◆ run_multi_threads()

void run_multi_threads ( TFastCgi engine,
Int_t  nthrds 
)

Definition at line 174 of file TFastCgi.cxx.

◆ run_single_thread()

void run_single_thread ( TFastCgi engine)

Definition at line 249 of file TFastCgi.cxx.