memory leak in request.readline()

2006-08-10 Thread Alexis Marrero
All, We are trying to nail down a memory leak that happens only when documents are POSTed to the server. For testing we have a short script that does: while True: dictionary_of_parameters = {'field1': 'a'*10} post('url...', dictionary_of_parameters) Then we run "top" on

Re: memory leak in request.readline()

2006-08-10 Thread Jim Gallacher
Alexis Marrero wrote: > All, > > We are trying to nail down a memory leak that happens only when > documents are POSTed to the server. > > For testing we have a short script that does: > > while True: > dictionary_of_parameters = {'field1': 'a'*10} > post('url...', dictionary_of_para