gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r10688 - libmicrohttpd/doc


From: gnunet
Subject: [GNUnet-SVN] r10688 - libmicrohttpd/doc
Date: Thu, 25 Mar 2010 11:45:49 +0100

Author: grothoff
Date: 2010-03-25 11:45:49 +0100 (Thu, 25 Mar 2010)
New Revision: 10688

Modified:
   libmicrohttpd/doc/microhttpd.texi
Log:
fixing 1548

Modified: libmicrohttpd/doc/microhttpd.texi
===================================================================
--- libmicrohttpd/doc/microhttpd.texi   2010-03-25 10:40:55 UTC (rev 10687)
+++ libmicrohttpd/doc/microhttpd.texi   2010-03-25 10:45:49 UTC (rev 10688)
@@ -336,7 +336,7 @@
 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
address@hidden == *con_cls on entry} on entry)
address@hidden == *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 @@
 flag being set and the MHD_USE_DEBUG flag being set, 
 even if this argument is used.
 
address@hidden 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 @@
 @item MHD_GET_ARGUMENT_KIND
 @code{GET} (@uri{}) arguments.
 
address@hidden MHD_HEADER_KIND
address@hidden MHD_FOOTER_KIND
 @http{} footer (only for http 1.1 chunked encodings).
 
 @end table





reply via email to

[Prev in Thread] Current Thread [Next in Thread]