commit a88ac9f2ec3ed569746309fdab1766a178fee829 parent 46649e53fe4e61216160a93779017e96a787329c Author: Christian Grothoff <christian@grothoff.org> Date: Wed, 22 Jun 2011 08:50:38 +0000 docu Diffstat:
| M | doc/microhttpd.texi | | | 12 | ++++++++++++ |
1 file changed, 12 insertions(+), 0 deletions(-)
diff --git a/doc/microhttpd.texi b/doc/microhttpd.texi @@ -184,6 +184,18 @@ Additionally, clients can specify resource limits on the overall number of connections, number of connections per IP address and memory used per connection to avoid resource exhaustion. +@section Scope + +@mhd{} is currently used in a wide range of implementations. +Examples based on reports we've received from developers include: +@itemize +@item Embedded HTTP server on a cortex M3 (128 KB code space) +@item Large-scale multimedia server (reportedly serving at the + simulator limit of 7.5 GB/s) +@item Administrative console (via HTTP/HTTPS) for network appliances +@c If you have other interesting examples, please let us know +@end itemize + @section Including the microhttpd.h header @cindex portability @cindex microhttpd.h