|
From: Michael <mi...@st...> - 2001-12-09 13:29:26
|
Michael Ströder wrote:
>
> Nick Reinking wrote:
> >
> > David, maybe you can help me. I've got a really large in-house LDAP search
> > engine that I've built, and I've come across something rather unusual.
> > [..]
> > ldap.SIZELIMIT_EXCEEDED: {'desc': 'Sizelimit exceeded'}
>
> Nick, your application code has to deal with that.
BTW: I've checked in Demo/asyncsizelimit.py which shows how to use
new sub-module ldap.async for retrieving the partial search results
in an almost synchronous manner even if ldap.SIZELIMIT_EXCEEDED was
raised.
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/python-ldap/python-ldap/Demo/asyncsizelimit.py
Ciao, Michael.
|