aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-06-22 08:50:38 +0000
committerChristian Grothoff <christian@grothoff.org>2011-06-22 08:50:38 +0000
commita88ac9f2ec3ed569746309fdab1766a178fee829 (patch)
tree90764012c466f229fd78f914f0bd2274ed47ceee
parent46649e53fe4e61216160a93779017e96a787329c (diff)
downloadlibmicrohttpd-a88ac9f2ec3ed569746309fdab1766a178fee829.tar.gz
libmicrohttpd-a88ac9f2ec3ed569746309fdab1766a178fee829.zip
docu
-rw-r--r--doc/microhttpd.texi12
1 files changed, 12 insertions, 0 deletions
diff --git a/doc/microhttpd.texi b/doc/microhttpd.texi
index f7a90cea..45ed1b8c 100644
--- a/doc/microhttpd.texi
+++ b/doc/microhttpd.texi
@@ -184,6 +184,18 @@ Additionally, clients can specify resource limits on the overall
184number of connections, number of connections per IP address and memory 184number of connections, number of connections per IP address and memory
185used per connection to avoid resource exhaustion. 185used per connection to avoid resource exhaustion.
186 186
187@section Scope
188
189@mhd{} is currently used in a wide range of implementations.
190Examples based on reports we've received from developers include:
191@itemize
192@item Embedded HTTP server on a cortex M3 (128 KB code space)
193@item Large-scale multimedia server (reportedly serving at the
194 simulator limit of 7.5 GB/s)
195@item Administrative console (via HTTP/HTTPS) for network appliances
196@c If you have other interesting examples, please let us know
197@end itemize
198
187@section Including the microhttpd.h header 199@section Including the microhttpd.h header
188@cindex portability 200@cindex portability
189@cindex microhttpd.h 201@cindex microhttpd.h