A company's web site program after a long run, slow speed, restart the site after the speed significantly faster, estimated that the Web site program occupied by the memory and CPU resources can not be released in time, only need to restart the site
Worker Process
==================
AWorker ProcessIs user-mode code whose role is to process requests, such as processing requests to return a static page, invoking an ISAPI extension or filter, or running a Common Gateway Interface (CGI) handler.
When tuning iis, I would like to share with you a great setup step. Thank you for sharing it with me.
IIS application pool multi-Worker Process settings and Session sharing1 Overview
Microsoft's IIS is Asp on Windows. the default WEB server
IIS 6.0 allows the application pool to be configured as a Web garden (Web Garden). To understand the concept of a Web garden, imagine a scenario where you have an IIS 5.0 server and three Web sites, each running the same application, and if IIS 5.0
Onenumber of IIS connectionsGenerally purchased virtual host friends are familiar with the purchase, will limit the number of IIS connections, as the name implies that the IIS server can accommodate the maximum number of connections requested by the
Number of IIS ConnectionsGeneral purchase of virtual host friends are familiar with the purchase, will limit the number of IIS connections, this side first from the general do not understand the code user perspective of IIS connectionsAs the name
Reprint Source:http://www.cnblogs.com/dolphin0520/p/3932921.html
In the previous article, we created a thread when we used the thread, so it was easy to implement, but there was a problem:
If you have a large number of concurrent threads, and each
IIS maximum number of worker processesIIS 6.0 allows the application pool to be configured as a Web garden. To understand the concept of a Web garden, imagine a scenario where you have an IIS 5.0 server and three Web sites, each Web site running the
General purchase of virtual host friends are familiar with the purchase, will limit the number of IIS connections, this side first from the general do not understand the code user perspective of IIS connectionsAs the name implies, the maximum number
Two of the modules commonly used to process processes in Python are subprocess and multiprocessing, where subprocess is typically used to execute external programs, such as third-party applications, rather than Python programs. If you need to
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.