[ZODB-Dev] How do you "wake up" sleepy persistent objects?

Patrick K. O'Brien pobrien@orbtech.com
Thu, 11 Oct 2001 14:37:48 -0500


Interesting. Is that why the inheritedAttribute() method is still available
on ghosted objects - it doesn't need to wake the object to run the method?

---
Patrick K. O'Brien
Orbtech (http://www.orbtech.com)
"I am, therefore I think."

-----Original Message-----
From: zodb-dev-admin@zope.org [mailto:zodb-dev-admin@zope.org]On Behalf Of
Chris McDonough
Sent: Thursday, October 11, 2001 2:16 PM
To: pobrien@orbtech.com; ZODB
Subject: Re: [ZODB-Dev] How do you "wake up" sleepy persistent objects?

<snip>

I believe that another "gotcha" (if you want to call it this), is that
examining the __class__ attribute of a ghosted object does *not* wake the
object up.   This can actually be handy.