Adaptive Framework
0.9.0
|
Internal header file for AFW FCGI Server. More...
Go to the source code of this file.
Data Structures | |
struct | afw_server_fcgi_internal_s |
struct | afw_server_fcgi_internal_server_thread_s |
struct | afw_server_fcgi_internal_request_s |
Macros | |
#define | AFW_ERROR_RV_SOURCE_ID_Z_fcgi "fcgi" |
Typedefs | |
typedef struct afw_server_fcgi_internal_s | afw_server_fcgi_internal_t |
typedef struct afw_server_fcgi_internal_request_s | afw_server_fcgi_internal_request_t |
typedef struct afw_server_fcgi_internal_server_thread_s | afw_server_fcgi_internal_server_thread_t |
Functions | |
const afw_server_t * | afw_server_fcgi_internal_create (const char *path, afw_integer_t thread_count, afw_xctx_t *xctx) |
Create an FCGI afw_server. More... | |
afw_server_fcgi_internal_request_t * | afw_server_fcgi_internal_create_request (afw_server_fcgi_internal_t *server, FCGX_Request *fcgx_request, afw_xctx_t *xctx) |
const afw_object_t * | afw_server_fcgi_internal_create_properties_object (afw_server_fcgi_internal_request_t *request, afw_xctx_t *xctx) |
Internal header file for AFW FCGI Server.
Definition in file afw_server_fcgi_internal.h.
#define AFW_ERROR_RV_SOURCE_ID_Z_fcgi "fcgi" |
fcgi rv source id
Definition at line 88 of file afw_server_fcgi_internal.h.
const afw_server_t* afw_server_fcgi_internal_create | ( | const char * | path, |
afw_integer_t | thread_count, | ||
afw_xctx_t * | xctx | ||
) |
Create an FCGI afw_server.
path | to FCGI server. Default ":9345". |
thread_count | number of threads. |
xctx | execution context. |
Definition at line 55 of file afw_server_fcgi.c.
const afw_object_t* afw_server_fcgi_internal_create_properties_object | ( | afw_server_fcgi_internal_request_t * | request, |
afw_xctx_t * | xctx | ||
) |
Create an internal fcgi request.
Definition at line 32 of file afw_server_fcgi_properties_object.c.
afw_server_fcgi_internal_request_t* afw_server_fcgi_internal_create_request | ( | afw_server_fcgi_internal_t * | server, |
FCGX_Request * | fcgx_request, | ||
afw_xctx_t * | xctx | ||
) |
Create an internal fcgi request.
Definition at line 62 of file afw_server_fcgi_request.c.