now limiting number of simultaneous HTTP requests being handled

at once.  this is to prevent denial of service.
This commit is contained in:
crs
2002-06-02 11:49:46 +00:00
parent d2135af0d9
commit fa4d24216f
3 changed files with 33 additions and 4 deletions

View File

@@ -9,8 +9,7 @@ class CStopwatch;
class CCondVarBase {
public:
// mutex must be supplied. all condition variables have an
// associated mutex. the copy c'tor uses the same mutex as the
// argument and is otherwise like the default c'tor.
// associated mutex.
CCondVarBase(CMutex* mutex);
~CCondVarBase();