gnunet-svn
[Top][All Lists]
Advanced

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

[libmicrohttpd] 14/31: microhttpd.h: improved doxy for MHD_USE_THREAD_PE


From: gnunet
Subject: [libmicrohttpd] 14/31: microhttpd.h: improved doxy for MHD_USE_THREAD_PER_CONNECTION
Date: Mon, 10 Oct 2022 13:00:59 +0200

This is an automated email from the git hooks/post-receive script.

karlson2k pushed a commit to branch master
in repository libmicrohttpd.

commit 9f22ba9b0bc726791d182871cebae4990e341194
Author: Evgeny Grin (Karlson2k) <k2k@narod.ru>
AuthorDate: Thu Oct 6 13:29:23 2022 +0300

    microhttpd.h: improved doxy for MHD_USE_THREAD_PER_CONNECTION
---
 src/include/microhttpd.h | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/src/include/microhttpd.h b/src/include/microhttpd.h
index 41c5d2ce..598b0d67 100644
--- a/src/include/microhttpd.h
+++ b/src/include/microhttpd.h
@@ -1245,6 +1245,11 @@ enum MHD_FLAG
   /**
    * Run using one thread per connection.
    * Must be used only with #MHD_USE_INTERNAL_POLLING_THREAD.
+   *
+   * If #MHD_USE_ITC is also not used, closed and expired connections may only
+   * be cleaned up internally when a new connection is received.
+   * Consider adding of #MHD_USE_ITC flag to have faster internal cleanups
+   * at very minor increase in system resources usage.
    */
   MHD_USE_THREAD_PER_CONNECTION = 4,
 

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

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