On Sun, Oct 09, 2005 at 05:49:33PM -0400, David Binger wrote:
> All Persistent instances, including BTrees and the nodes of BTrees are
> lazy-loading. The __dict__ of each instance is not loaded until you
> try to find something in it (or set something in it).
Fine!
> That's not what you want. Durus doesn't provide counters.
> That would be provided by an application-level object.
The problem is that application is on the client side, and there are a
few forked processes, and there is no locking on the server-side.
Oleg.
--
Oleg Broytmann http://phd.pp.ru/ phd@phd.pp.ru
Programmers don't die, they just GOSUB without RETURN.