本文介绍了超过线程池限制的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述



我开发了clinet服务器体系结构应用程序.在此应用程序中,客户端应用程序通过Web服务调用与Web应用程序进行通信.

由于存在此线程池限制,这是同时进行I/O文件写入操作的Web方法调用约1000的问题.

这里的客户端应用程序正在使用异步调用与Web应用程序进行通信.

我需要使用类似队列的机制来执行此耗时的任务并解决此线程池问题.

请提供解决此问题的任何方法.

感谢
Tushar

Hi,

I have deveoloped the clinet server architecture application. in this application client application communicate with the web application with the web service call.

And here is the issue of simutaneous web method call about 1000 for I/O file write operation  due to this threadpool limit exeeds.

Here client application is using Asychronous call to communicate with web application.

I need to use the queue like mechanism to perfrom this such time consuming task and overcome this threadpool issue.

Please provide the any way to overcome this issue.

Thanks 
Tushar

推荐答案


这篇关于超过线程池限制的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

09-01 17:45