aboutsummaryrefslogtreecommitdiff
path: root/AUTHORS
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2009-11-11 11:55:34 +0000
committerChristian Grothoff <christian@grothoff.org>2009-11-11 11:55:34 +0000
commita952ad938c6ede2cbb537e7181ac5f0ff643828c (patch)
treef277ce2fd18f15f600961edda8624959cbdfa169 /AUTHORS
parent90d6f460958d62b6086e639d07e75597c8e2573c (diff)
downloadlibmicrohttpd-a952ad938c6ede2cbb537e7181ac5f0ff643828c.tar.gz
libmicrohttpd-a952ad938c6ede2cbb537e7181ac5f0ff643828c.zip
[libmicrohttpd] large file descriptors
From: John Muth <muth@parascale.com> To: libmicrohttpd@gnu.org Date: Yesterday 18:35:25 Hi Christian, We are using libmicro http in our application. Our application runs on Linux and uses a large number of file descriptors (> 1024). Unfortunately the Linux fdset's only have room for 1024 fd's. I made changes to the 0.4.4 source to support poll instead of select so we could get around the file descriptor issue. I've attached the diffs if you are interested. -John Muth Parascale
Diffstat (limited to 'AUTHORS')
-rw-r--r--AUTHORS1
1 files changed, 1 insertions, 0 deletions
diff --git a/AUTHORS b/AUTHORS
index 267e1778..0f18b258 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -21,6 +21,7 @@ David Carvalho <andaris@gmail.com>
21David Reiss <dreiss@facebook.com> 21David Reiss <dreiss@facebook.com>
22Mika Raento <mikie@iki.fi> 22Mika Raento <mikie@iki.fi>
23Mike Crowe <mac@mcrowe.com> 23Mike Crowe <mac@mcrowe.com>
24John Muth <muth@parascale.com>
24 25
25Documentation contributions also came from: 26Documentation contributions also came from:
26Marco Maggi <marco.maggi-ipsu@poste.it> 27Marco Maggi <marco.maggi-ipsu@poste.it>