[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
Re: libldap poll(2) use
Hi,
I know it is not directly related, but I recently used
OPENLDAP_FD_SETSIZE and it seemed to work well (at least for slapd, I
didn't try for libldap).
But since release 2.2.15 it has been removed. Can someone explain me why?
Sincerely yours,
Raphael Ouazana.
Selon "Kurt D. Zeilenga" <Kurt@OpenLDAP.org>:
> I've added and enabled rough but working (on my system)
> libldap code which uses poll(2) instead of select(2).
> This is intended to allow clients to use very large
> descriptor values. It doesn't increase the number
> of descriptors that might be used in managing an
> LDAP handle, which is still limited to FD_SETSIZE.
> That is, one can FD_SETSIZE connections in each LDAP
> handle, any of which can be on any valid descriptor
> value.
>
> As I said above, the code is a bit rough... if you
> see problems, please report them through normal
> channels.
>
> Kurt
>
>
>