English 中文(简体)
WCF 回应每秒提出的多次请求,使其他信标停止应对僵局和僵局
原标题:WCF App recieving multiple requests per second causing other asp.net apps to stop responding and deadlock
  • 时间:2010-09-23 00:57:44
  •  标签:
  • wcf
  • deadlock

我们有一个使用施惠制的WCF服务公司。 在短时间内(每秒25次,几分钟)撤回许多请求时,它停止了工作,停止了我们其他的纸面应用程序和页面,以停止答复。 其中一些时间已经结束,我们最终在活动中看到以下看法:

ISAPI c:windowsmicrosoft.netframeworkv2.0.50727aspnet_isapi.dll报告说,由于以下原因,自己不健康: 检测到的致命锁。

我们往往首先就该问题发出呼吁,并重新启动综合调查,以解决这个问题。

我们怎么能够调和我们的全球合作框架服务,以应付这种许多传播,或者至少把它混为一谈,在它能够处理负荷的时候,不要放弃我们的其他应用。 在此期间,我们的古典像应用没有出现问题,它只是我们的蚊帐。

问题回答

你们是否在同一个评估局管理了所有的 as/f点? 如果是的话,我就建议建立一个新的机构,并在此运作世界合作框架的服务。 这本身可能足以从实际角度解决这一问题。

同样,你能否用你对世界合作框架的评价来预测框架的最新版本? (与他人相同) 它将更好地孤立它。





相关问题
How to handle this Multithread situation and don t lock?

I have this situation: a Form with a System.Timer in it (with AutoReset = False). The form has its main thread and the timer its own thread too (nothing new here). When the user press a button I ...

Conversion deadlock caused by stored procedure

We ve got a problem with conversion deadlocking going on within one environment (the same proc + trigger works in at least four other environments). The stored procedure in question inserts a row ...

Deadlocks in concurrent transactions

I am trying to find an algorithm that detects deadlocks in concurrent transactions in a software. I have tried googling but have not found anything. Can someone point be to a good resource to follow ...

Win32 CreateWindow() call hangs in child thread?

I m working on a portability layer for OpenGL (abstracts the glX and wgl stuff for Linux and Windows)... Anyhow, it has a method for creating a Window... If you don t pass in a parent, you get a real ...

xml Column update and Locking in Sql Server

I have a few windwos services. They get xml column from Sql server manipulate and update it. Service A- Gets XML Service B- Gets XML Service A- Updates XML (it will be lost) Service B- Updates XML I ...

热门标签