45 virtual const char*
ClassName()
const {
return "FastCgiServer"; }
47 static void*
RunFunc(
void* arg);
Represents command with its arguments.
class represents posix pthread functionality
Server provides fastcgi access to DABC
int fCgiPort
configured fast cgi port, default 9000
bool fDebugMode
when true, only debug info returned by server
virtual const char * ClassName() const
Returns class name of the object instance.
virtual void OnThreadAssigned()
int fSocket
fastcgi server socket
static void * RunFunc(void *arg)
FastCgi(const std::string &name, dabc::Command cmd=nullptr)
dabc::PosixThread * fThrd
thread where fastcgi mainloop will run
Server provides http access to DABC