Skip to content
  • Ondřej Kuzník's avatar
    Implement read throttling when writes backlog · 1f6d8611
    Ondřej Kuzník authored
    Reject operations in such a case with LDAP_BUSY. If read_event feature
    is on, just stop reading from the connection. However this could still
    result in deadlocks in reasonable situations. Need to figure out better
    ways to make it safe and still protect ourselves.
    1f6d8611