From 64678e030f2ed2ee1bd0d8dfb9c7686eb4d79caa Mon Sep 17 00:00:00 2001
From: Jean-Noel Rouvignac <jean-noel.rouvignac@forgerock.com>
Date: Tue, 14 May 2013 15:37:18 +0000
Subject: [PATCH] OPENDJ-808 (CR-1685) Implement a simple commons REST based 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 577968f..95acbfd 100644
--- a/opends/src/admin/messages/HTTPConnectionHandlerCfgDefn.properties
+++ b/opends/src/admin/messages/HTTPConnectionHandlerCfgDefn.properties
@@ -40,6 +40,9 @@
 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.num-request-handlers.synopsis=Specifies the number of request handlers that are used to read requests from clients.
+property.num-request-handlers.description=The HTTP Connection Handler uses one thread to accept new connections from clients, but uses one or more additional threads to read requests from existing client connections. This ensures that new requests are read efficiently and that the connection handler itself does not become a bottleneck when the server is under heavy load from many clients at the same time.
+property.num-request-handlers.default-behavior.alias.synopsis=Let the server decide.
 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.
 property.ssl-cert-nickname.description=This is only applicable when the HTTP Connection Handler is configured to use SSL.
 property.ssl-cert-nickname.default-behavior.alias.synopsis=Let the server decide.

--
Gitblit v1.10.0