[Zope-dev] What can cause an InvalidObjectReference?
Dieter Maurer
dieter@handshake.de
Fri, 24 Aug 2001 23:57:44 +0200 (CEST)
kosh writes:
> When a product I have was stuck on a windows server this seems to happen a
> lot. On the unix servers I have been running the product on normally this
> seems to happen about once/week under pretty heavy usage.
>
> This is the error message
> Error Type: InvalidObjectReference
> Error Value: Attempt to store an object from a foreign database connection
Interesting!
Do you store persistent objects in a (thread-global) cache of some kind?
Do you create your own threads and do they access the ZODB?
Dieter