Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Increase number of threads per worker process IIS

Tags:

How do you increase the number of threads per worker process in IIS?

like image 456
jaxxbo Avatar asked Jul 11 '13 17:07

jaxxbo


People also ask

How do I increase IIS worker threads?

To increase the value for the Threads Per Processor Limit follow these steps:In the Connections pane, select the web server, click to select Features View, and then double-click the ASP feature. Click Start, point to All Programs, click Administrative Tools, and then click Internet Information Services (IIS) Manager.

How many worker threads are there in IIS?

The “hard” limit on the max number of threads in the IIS thread pool. This limit can be set to a value between 64 and 256, so you cannot have more than 256 IIS threads in the pool regardless of settings.

How do you change threads per CPU limit?

The maximum recommended value for this property is 100. Set this property as per your concurrent requests. To set this property, open ASP feature as described above. Click to expand Limits Properties under Behavior > click Threads Per Processor Limit > enter the desired value for Threads Per Processor Limit.


1 Answers

Using IIS this can be done. I searched everywhere, so I decided to put this out here for everyone to use this information.

Click on the server. Then on the right side pane, double click on ASP. Features view - ASP

Increase the number of threads per processor enter image description here

like image 159
jaxxbo Avatar answered Oct 21 '22 12:10

jaxxbo