[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: |
Wed, 3 Nov 2010 01:09:24 +0100 |
User-agent: |
KMail/1.13.2 (Linux/2.6.32-25-generic; KDE/4.4.2; i686; ; ) |
Right, that's why it is called external *select*. There are others interested
in having an epoll/kqueue compatible API extension, but no details have been
proposed or implemented.
-Christian
On Tuesday, November 02, 2010 11:04:53 pm Jakob Eriksson wrote:
> But:
>
> "This option only works in conjunction with
> MHD_USE_THREAD_PER_CONNECTION (at this point). "
>
> right? No way to use MHD_USE_POLL and external "select"?
>
> On 11/02/2010 09:04 PM, Christian Grothoff wrote:
> > 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