Hi Christian,
It looks like you're leaking requests. This is often the consequence of
setting an attribute on the REQUEST object which is aquisition wrapped.
For instance:
REQUEST.adtmldoc = REQUEST['PARENTS'][0]
When requests leak, references to all the objects referenced within the
request
Hi there!
I got another problem with my Zope server and that seems to be
a memory hole..
I am using Zope 2.3.2 with Python 1.5.2 now on SuSE 7.0 (this
seems to solve the hanging problem, which appeared on 7.1) and
I use Python Script, ZSQL methods, ZMySQLDA and ZPatterns.
Now using top I see o
> > > Nope, my solution used only one dtml-in and maybe a dtml-let, no
REQUEST
> > > munging :-)
> > >
> > Ok, show me :)
>
> Hurm... gimme a shout next Thursday when I have access to the code again
;-)
Actually, scratch that, check out the folder_contents.dtml file in
CMFDefault/skins of the CMF
On Fri, 1 Jun 2001, Ng Pheng Siong wrote:
> > Actually I have wondered something about that... Why does it always show
> > up as linux2 even when not on linux? I'm on FreeBSD using a compiled from
> > source python and Zope and it still shows up as Linux.
>
> lib/python/version.txt
>
> Just edi
I have two ZClasses, one with base class of CatalogAwareBase and
ZDTMLDocument, the other with base class of _ZClass_for_Renderable and
CatalogAwareBase. Manager role has the full set of permissions for the
classes. ZInstances are created as expected, TTW. However, when I try to
manage these ZIn