MaLimits Class Reference

List of all members.

Detailed Description

Request resource usage limits.

This class defines the maximum limits for a request. It is part of an execution sand-box, within which the request must run.

Stability classification:
Evolving.


Public Attributes

int maxBody
 Max size of an incoming request.
int maxFirstLine
 Max size of the first request line.
int maxHeader
 Max size of the total header.
int maxNumHeader
 Max number of lines of header.
int maxResponseBody
 Max size of generated response content.
int maxScriptSize
 Max size of a script.
int maxThreads
 Max number of pool threads.
int maxUploadSize
 Max size of an uploaded file.
int maxUrl
 Max size of a URL.
int minThreads
 Min number of pool threads.
int sendBufferSize
 TCP/IP send buffer size.
int threadStackSize
 Stack size for each pool thread.

The documentation for this class was generated from the following files:

© Mbedthis Software LLC, 2003-2005. All rights reserved. Mbedthis is a trademark of Mbedthis Software LLC.