25 Nov
2003
25 Nov
'03
10:10 p.m.
On Tue, 2003-11-25 at 12:26, Dieter Maurer wrote:
Dylan Reinhardt wrote at 2003-11-24 15:15 -0800:
Anyone know of a way to code an object such that ZODB won't cache it?
This is impossible.
I was afraid that might be the case... but I'll settle for "won't cache it for very long".
Another way is to explicitely deactivate your objects (--> "_p_deactivate").
I think that may be exactly what I was looking for. Thanks! Dylan