commit 4f94b465daed6305d4ea7a2063ca103d366e44f8
parent a747d35a8bb6593e3418c5bf2c5704c29dc56d73
Author: Christian Grothoff <christian@grothoff.org>
Date: Thu, 25 Mar 2010 10:45:49 +0000
fixing 1548
Diffstat:
1 file changed, 10 insertions(+), 2 deletions(-)
diff --git a/doc/microhttpd.texi b/doc/microhttpd.texi
@@ -336,7 +336,7 @@ when this request is processed later; returning a
value of NULL has no special significance; (however,
note that if you return non-NULL, you can no longer
rely on the first call to the access handler having
-@code{NULL == *con_cls on entry} on entry)
+@code{NULL == *con_cls} on entry)
@code{cls} will be set to the second argument following
MHD_OPTION_URI_LOG_CALLBACK. Finally, @code{uri} will
be the 0-terminated URI of the request.
@@ -385,6 +385,14 @@ if it was compiled without the "--enable-messages"
flag being set and the MHD_USE_DEBUG flag being set,
even if this argument is used.
+@item MHD_OPTION_THREAD_POOL_SIZE
+Number (unsigned int) of threads in thread pool. Enable
+thread pooling by setting this value to to something
+greater than 1. Currently, thread model must be
+MHD_USE_SELECT_INTERNALLY if thread pooling is enabled
+(MHD_start_daemon returns NULL for an unsupported thread
+model).
+
@item MHD_OPTION_ARRAY
@cindex options
This option can be used for initializing MHD using options from an
@@ -455,7 +463,7 @@ already been processed).
@item MHD_GET_ARGUMENT_KIND
@code{GET} (@uri{}) arguments.
-@item MHD_HEADER_KIND
+@item MHD_FOOTER_KIND
@http{} footer (only for http 1.1 chunked encodings).
@end table