[ZODB-Dev] Storage iterator() method

Toby Dickenson tdickenson@geminidataloggers.com
Thu, 25 Jul 2002 14:51:25 +0100


Im looking at the iterator() method of the storage interface. Ive not bee=
n=20
able to find any information about its performance or concurency=20
requirements.

I know this method is very useful for offline uses such as=20
copyTransactionsFrom, but is it intended to be useful while the storage i=
s=20
being accessed from other threads?