views:

8

answers:

0

In Windows Workflow, if i load more than one workflow for the same runtime it is leaking memory once workflow is completed it is not releasing the memory.

Consider a huge apps, which has 50 workflow and one workflow runtime, each and every service request will create a workflow instance and runs it. over the period of time these workflow instences are building up with the workflow runtime and workflow runtime not releases the memory of these idled work flows and leaking memory.

Any suggestion on this ?