039ccb4 Let backend respond while fetching large results

1 file Authored by simo 14 years ago, Committed by sgallagh 14 years ago,
    Let backend respond while fetching large results
    
    Timers always come before fd events, wait 5 microseconds between processing
    operations so that tevent has a chance of cactching an fd event in between.
    This allows the backend to reply to pings even while processing very large ldap
    results (importanty especially during the first enumeration).