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
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