aweb服务的限制 [英] limitationa of aweb service

查看:47
本文介绍了aweb服务的限制的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

在数据库中,Web服务将支持从客户端获取多少次点击,并且服务支持一次发送请求的客户端数量?

On a database a web service will supports how many number of hits form the clients and a service supports how many clients to send request at atime ?

推荐答案

这取决于您为Web服务配置的设置。它同时处理的请求数取决于"maxWorkerThreads"中设置的值。设置。默认情况下,每个CPU设置为100个请求。剩下的请求不会失败,
这些请求将保留在队列中,并在工作线程完成当前处理的线程后处理。默认情况下,它支持队列中的5000个请求。您可以使用"appRequestQueueLimit"来增加/减少队列长度。 
请参阅以下链接以获取更多信息

It depends on the settings you configure for your web service. The number of requests it processes at same time depends the value set in the "maxWorkerThreads" setting. By default it is set to 100 requests per CPU. The remaining requests wont fail, those requests will stay in the queue and will be processed once the worker threads finishes the currently processing threads. At By default it supports 5000 requests in the queue. you can increase/decrease the queuelength using "appRequestQueueLimit".  Refer these links for more information

http://msdn.microsoft .com / zh-CN / library / e1f13641.aspx

http ://msdn.microsoft.com/en-us/library/ff647787.aspx

 


这篇关于aweb服务的限制的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆