Content-Type: text/plain Content-Disposition: inline Content-Transfer-Encoding: binary MIME-Version: 1.0 X-Mailer: MIME-tools 5.411 (Entity 5.404) Subject: CCAPI implement locking X-RT-Original-Encoding: iso-8859-1 Content-Length: 376 Implement server side locks on context and ccache objects. Use a timer to track how long the lock was outstanding. If the lock is held by a client for more than XXX seconds and the client holding the lock has not been heard from during that time period, blow away the lock and permit the operation. (Perhaps invalidate all of the client's contexts or just the iterators.)