WebThread Class Reference
[Webserver]

The WebThread class is used to respond on web requests asynchronously. More...

#include <webthread.h>

Inheritance diagram for WebThread:

Inheritance graph
[legend]
Collaboration diagram for WebThread:

Collaboration graph
[legend]
List of all members.

Public Member Functions

DECLSPEC WebThread (const char *name, BasicObject *p, const char *debug=NULL)

Static Public Attributes

static Uint32 tIdleToExit

Protected Member Functions

virtual DECLSPEC int onRun ()

Friends

class WebServer

Detailed Description

The WebThread class is used to respond on web requests asynchronously.

Usually you do not need this class in your app. It is only required interally by the Netrinjo engine.


Constructor & Destructor Documentation

WebThread::WebThread ( const char *  name,
BasicObject p,
const char *  debug = NULL 
)

Constructor. Debugging log file does not make much sense.


Member Function Documentation

int WebThread::onRun (  )  [protected, virtual]

inherit onRun to have a function, called once (done in the new thread), when the thread is started

Reimplemented from BasicThread.


Member Data Documentation

Uint32 WebThread::tIdleToExit [static]

The time of inactivity, in msecs, after that a thread can be killed.
Default value: 30000


The documentation for this class was generated from the following files:
Generated on Wed May 9 17:36:38 2007 for netrinjo by  doxygen 1.5.1