multi instance of workflow wcf in memory
I Designed two WCF long running workflow (long life) with the names 'WCF A' and 'WCF B'.
I have a loop in 'WCF A' , I'm sending a message to 'WCF B' in per execution of this loop. So it might exist some instances of 'WCF B' in memory until 'WCF B' got stop Message. Both WCF A and B are hosted in windows service. At first with executing Windows service everything is ok but after some time they will not work and as I monitored in Task manager they don't using any cpu usage.
Where is the problem from?
It all depends, monitoring cpu usage does not tell anything. It could be:
From your question I am guess you may find debugging services are difficult, you could try following:
hope this helps.
链接地址: http://www.djcxy.com/p/54934.html上一篇: 重建后托管在CassiniDev中的WebService内存使用情况
下一篇: 内存中的多工作流wcf实例