search for: __except__

Displaying 2 results from an estimated 2 matches for "__except__".

Did you mean: __except
2007 Apr 12
3
Comment from OpenLDAP developer regarding "deferring operations"
...ch + bind on the same connection in an asynchronous manner, then the server behavior as per RFC4511 is undefined, since a server is not supposed to be willing to handle operations intermixed with binds until a bind is concluded. That is, any operation can be multiplexed on a single LDAP connection __except__ binds, which must be serialized. A more appropriate client for that type of operations would need to use at least 2 connections, one for searches and one for binds, and the one for binds should take care of either performing synchronous binds, or in any case to wait for response to a bind before p...
2006 Jun 08
0
rq-2.3.3
HISTORY --- 2.3.3: - fixed bug in updater related to io files (see tmp_stdin in jobqueue.rb) - [IMPORTANT] removed feature where stdin jobs could contain comments (''#''). input lines are now taken literally __except__ blank lines, which are still ignored. - added ability to dump stdin/stdout/stderr for any job rq q stdout 42 cat jids | rq q stdout - - added ability to dump stdin/stdout/stderr pathnames for any job rq q stdout4 42 cat jids | rq q stderr4 -...