[Zope-dev] Caching problems

Kapil Thangavelu kthangavelu@earthlink.net
Thu, 17 Aug 2000 20:05:40 -0700


Bob Pepin wrote:
> 
> On Wed, Aug 16, 2000 at 05:31:29PM +0100, Carlos Neves wrote:
> > You directly change a nonpersistence participant object.
> > As stated in
> > http://www.python.org/workshops/2000-01/proceedings/papers/fulton/zodb3.html :
> [...]
> > but mainly... RTFM ;-)
> 
> Well, thanks, but too bad the only FM I've been able to find about Zope are
> those .py files in lib/python/...
> 
> I spent a whole day looking for documentation on ZODB internals on zope.org and
> zdp.zope.org, without being able to find anything... how about adding that
> paper to the search engine on zope.org? Is there more documentation like that
> one out there?


a couple actually, not located so that you can find them but they exist

jim fulton's paper from the ipc8 (python conference) is excellent
reading material. 

http://www.zope.org/Members/jim/Info/IPC8/ZODB3News

also the uml models 

http://www.zope.org/Documentation/Developer/Models/ZODB/

and another excellent paper by andrew kuchling on zodb and ZEO

http://starship.python.net/crew/amk/python/writing/zodb-zeo.html

there is also a how-to...

Cheers 

Kapil