[Zodb-checkins] CVS: Packages/ZEO - ClientStorage.py:1.26.4.14 ClientStub.py:1.1.2.2 StorageServer.py:1.21.4.10
jeremy@digicool.com
jeremy@digicool.com
Wed, 25 Apr 2001 18:55:05 -0400 (EDT)
Update of /cvs-repository/Packages/ZEO
In directory korak:/tmp/cvs-serv6221
Modified Files:
Tag: ZEO-ZRPC-Dev
ClientStorage.py ClientStub.py StorageServer.py
Log Message:
Remove the unlock() message sent from server to client.
--- Updated File ClientStorage.py in package Packages/ZEO --
--- ClientStorage.py 2001/04/25 22:51:32 1.26.4.13
+++ ClientStorage.py 2001/04/25 22:55:03 1.26.4.14
@@ -542,11 +542,6 @@
# below are methods invoked by the StorageServer
- def unlock(self):
- # XXX Don't believe this is used anymore...
- log2(INFO, "unlock()")
- self._commit_lock_release()
-
def serialno(self, arg):
self._serials.append(arg)
--- Updated File ClientStub.py in package Packages/ZEO --
--- ClientStub.py 2001/03/17 00:14:51 1.1.2.1
+++ ClientStub.py 2001/04/25 22:55:03 1.1.2.2
@@ -18,9 +18,6 @@
def endVerify(self):
self.rpc.callAsync('end')
- def unlock(self):
- self.rpc.callAsync('unlock')
-
def serialno(self, arg):
self.rpc.callAsync('serialno', arg)
--- Updated File StorageServer.py in package Packages/ZEO --
--- StorageServer.py 2001/04/25 22:51:32 1.21.4.9
+++ StorageServer.py 2001/04/25 22:55:03 1.21.4.10
@@ -361,11 +361,6 @@
return oids
return ()
- def unlock(self):
-## if self.__closed:
-## return
- self.client.unlock()
-
# When multiple clients are using a single storage, there are several
# different _transaction attributes to keep track of. Each
# StorageProxy object has a single _transaction that refers to its