Re: Adding to FieldStorage

2006-07-10 Thread Jim Gallacher
Mike Looijmans wrote: * How are applications supposed to perform write operations on a FieldStorage, in 3.3 and the future? >>> >>> Since we claim that FieldStorage behaves like a dictionary, the obvious >>> syntax would be: >>> >>> form['mykey'] = 'value' >>> >>> This would require a __s

memory leaks (was Re: [jira] Commented: (MODPYTHON-172) Memory leak with util.fieldstorage using mod_python 3.2.8 on apache 2.0.55)

2006-07-10 Thread Jim Gallacher
I've run some tests to evaluate the memory leaks. The tests are brute force - make requests and watch the memory changes with top -b. These tests were run using Ubuntu 6.06, Apache 2.0.55 (mpm-worker with StartServers = 2) and Python 2.4.3. The baseline test is just a simple request to determine