D
D
drkernel2012-10-02 19:22:34
IIS
drkernel, 2012-10-02 19:22:34

IIS restrictions?

IIS is raised on the local server, there are several sites on it. When about 140-160 users connect on one of the sites, connecting a new one becomes impossible. those. an http request is sent, but the response does not reach, such as the page is loading ... At the same time, the load on the processor is not more than 15% and free memory is more than 50%. And the rest of the sites on the server are loaded without problems. It seems that in the pool settings there is a limit on the number of sessions ...
Pool
97ba33187cbd8e7dfde14d40d9d4036c.png
settings Site settings
b1be8a6f9ada2c84c551ab6b6859a80f.png
Tell me what could be the problem ...

Answer the question

In order to leave comments, you need to log in

4 answer(s)
O
OlegAxenow, 2012-10-02
@OlegAxenow

Look also at disk queues - bottlenecks are not limited to memory and processor.
There may also be locks at the database level, etc.

O
OlegAxenow, 2012-10-03
@OlegAxenow

If it doesn't help, see here: How to increase thread-pool threads on IIS 7.0

S
SychevIgor, 2012-10-03
@SychevIgor

I would also look at how the application is written and fasten elmah code.google.com/p/elmah/ to it and see if requests reach the server

K
Kano, 2012-10-16
@Kano

If it's about hanging requests, then you need to look at the request queue in the process pool.
If there are a large number of rows, it may indicate a problem in processing the request.
It is also worth considering the option when each request creates its own thread or timer or leaves an open connection to the database or file.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question