[IronPython] IronPython with CherryPy through WSGI Memory issue

Can Gencer cgencer at gmail.com
Thu Apr 8 18:38:23 CEST 2010


On Thu, Apr 8, 2010 at 5:29 PM, Jeff Hardy <jdhardy at gmail.com> wrote:
> On Fri, Apr 2, 2010 at 8:06 PM, Dino Viehland <dinov at microsoft.com> wrote:
>> Can you clear the exception data from the server at all?
>
> ExceptionHelpers.DynamicStackFrames never climbs above 1 (as far as I
> can tell), yet there's a consistent leak of about 35k/request. That
> just doesn't seem to make sense based on what I found with windbg, so
> I'm stumped.
>
> - Jeff

I've noticed there was a leak in the NWSGI implementation regarding
the input/output streams, i.e. they were never GC'd. It could be due
to the way the stream -> file conversion is done.

Regards,

Can



More information about the Ironpython-users mailing list