[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[libmicrohttpd] Re: MHD_get_fdset()
From: |
Christian Grothoff |
Subject: |
[libmicrohttpd] Re: MHD_get_fdset() |
Date: |
Tue, 2 Nov 2010 21:04:42 +0100 |
User-agent: |
KMail/1.13.2 (Linux/2.6.32-25-generic; KDE/4.4.2; i686; ; ) |
Yes, there is MHD_USE_POLL. -Christian
On Tuesday, November 02, 2010 04:04:27 pm Jakob Eriksson wrote:
> MHD_get_fdset() is for use with select(). But select() has problems for
> (Ubuntu) with more than 1024 open descriptors.
>
> Is there a way to use libmicrohttpd with something other than select,
> like poll, libevent or such?
>
>
> // Jakob