7 Jan
2005
7 Jan
'05
7:15 p.m.
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