From 269a1d06ff820c287bb21a03fa76e3314110516a Mon Sep 17 00:00:00 2001 From: Jean-Noel Rouvignac <jean-noel.rouvignac@forgerock.com> Date: Mon, 22 Apr 2013 10:28:50 +0000 Subject: [PATCH] OPENDJ-832 Leverage the work queue for processing requests received on the HTTP connection handler --- opends/src/admin/messages/HTTPConnectionHandlerCfgDefn.properties | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/opends/src/admin/messages/HTTPConnectionHandlerCfgDefn.properties b/opends/src/admin/messages/HTTPConnectionHandlerCfgDefn.properties index b3babda..65f6e25 100644 --- a/opends/src/admin/messages/HTTPConnectionHandlerCfgDefn.properties +++ b/opends/src/admin/messages/HTTPConnectionHandlerCfgDefn.properties @@ -33,6 +33,9 @@ property.listen-port.description=Only a single port number may be provided. property.max-blocked-write-time-limit.synopsis=Specifies the maximum length of time that attempts to write data to HTTP clients should be allowed to block. property.max-blocked-write-time-limit.description=If an attempt to write data to a client takes longer than this length of time, then the client connection is terminated. +property.max-concurrent-ops-per-connection.synopsis=Specifies the maximum number of internal operations that each HTTP client connection can execute concurrently. +property.max-concurrent-ops-per-connection.description=This property allow to limit the impact that each HTTP request can have on the whole server by limiting the number of internal operations that each HTTP request can execute concurrently. A value of 0 means that no limit is enforced. +property.max-concurrent-ops-per-connection.default-behavior.alias.synopsis=Let the server decide. property.max-request-size.synopsis=Specifies the size in bytes of the largest HTTP request message that will be allowed by the HTTP Connection Handler. property.max-request-size.description=This can help prevent denial-of-service attacks by clients that indicate they send extremely large requests to the server causing it to attempt to allocate large amounts of memory. property.ssl-cert-nickname.synopsis=Specifies the nickname (also called the alias) of the certificate that the HTTP Connection Handler should use when performing SSL communication. -- Gitblit v1.10.0