[Zope] Zope 2.7.3 Memory Leaks

Dieter Maurer dieter at handshake.de
Fri Jan 7 14:15:32 EST 2005


Andy Yates wrote at 2005-1-6 16:19 -0600:
> ...
>> Andy Yates wrote at 2005-1-5 15:30 -0600:
>> > ...
>> >In fact we can reproduce this behavior
>> >on a fresh install.  On a fresh system create a python script that
>puts
>> >data in a session object.
>> >
>> >s = context.REQUEST.SESSION
>> >t = ' ' * 1024
>> >s['data'] = t
>> >print "foo"
>> >return printed
>> >
>> >Then call this script with your favorite bench marking program.  We
>used
>> >apache bench (ab).  This will cause python2.3 to consume all
>available
>> >memory and crash or lockup.
>> 
>
>Can anybody else reproduce these results?

I will look into this...

-- 
Dieter


More information about the Zope mailing list