Re: memory leak debugging

2011-12-21 Thread Doug Farrell
Marius, Sorry to take so long to get back to you. Unfortunately I've been pulled off the memory leak problem to add some features to another application to meet a deadline. I hope to get back to this soon, but that could take a week or so. I wanted to let you know to keep you from hanging waiting

Re: memory leak debugging

2011-12-19 Thread Marius Gedminas
On Mon, Dec 12, 2011 at 08:25:31AM -0800, writeson wrote: I've got a pylons application that's got a memory leak, I think from Ajax/JSON calls coming from the application JavaScript. How do I go about debugging/finding this problem? First it would help if you could determine if the leaked

memory leak debugging

2011-12-12 Thread writeson
Hi all, I've got a pylons application that's got a memory leak, I think from Ajax/JSON calls coming from the application JavaScript. How do I go about debugging/finding this problem? I've read some stuff online about using Dozer, but have not had any luck getting that running in my Pylons

Re: memory leak debugging

2011-12-12 Thread Malthe Borch
On 12 December 2011 17:25, writeson doug.farr...@gmail.com wrote: I've got a pylons application that's got a memory leak, I think from Ajax/JSON calls coming from the application JavaScript. How do I go about debugging/finding this problem? I've read some stuff online about using Dozer, but

Re: memory leak debugging

2011-12-12 Thread writeson
Malthe, Thanks for the reply. I'm not sure I understand what you mean by which JSON library are you using?, are you referring to the server side or the client side? On the server side I'm using the @jsonify decorator that comes with Pylons, and within those controller methods I'm using simplejson