[Date Prev][Date Next] [Chronological] [Thread] [Top]

Re: (ITS#3665) Multi-Listener Thread Support




I note that one of the requirements of our connection manager
is to allow concurrent processing of multiple operations
on the connection.  While many clients serialize their
operations, these clients are not terrible sensitive to
latency issues.  However, where clients (such as proxies)
issue numerous operations asynchronous, it is vital that
operations progress without unnecessary blocking on
unrelated operations.
  
Yes, the fact that LDAP allows muliple concurrent operations
makes the design of code to optimize its processing without context switches
much more 'interesting' ;)