5
Shouts

Memory Leak with delegates and workflow foundation

published 1196 days, 8 hours, 49 minutes ago posted by omaralzabiromaralzabir 1199 days, 15 hours, 17 minutes ago
Friday, March 12, 2010 12:53:20 PM GMT Tuesday, March 09, 2010 6:25:17 AM GMT

Memory Leak with delegates and workflow foundation Recently after Load Testing my open source project Dropthings, I encountered a lot of memory leak. I found lots of Workflow Instances and Linq Entities were left in memory and never collected. After profiling the web application using .NET Memory Profiler, it showed the real picture:

It shows you that instances of the several types are being created but not being removed. You see the “New” column has positive value, but the “Remove” column has 0. Tha...

category: Architecture | clicked: 4 | | source: weblogs.asp.net | show counter code
tags: WWF, C#

No comments yet, be the first one to post comment.

To post your comment please login or signup