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  maxThreads
  Max number of pool threads.

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-2004. All rights reserved. Mbedthis is a trademark of Mbedthis Software LLC.