Application Pool - Queue Size (queueLength)

Asked

Viewed 251 times

1

I have come across strange behavior from IIS 7.

There are 4 apps published on IIS and each of them has a specific pool.

Searching the web, I found several pages (https://technet.microsoft.com/en-us/library/dd441171(v=office.13). aspx) guiding the configuration of this field using a formula type: number of concurrent users x 1.5 = queue size.

So far so good!

The problem is that I have 2 apps that have the pool set to 7000 for the queue size and constantly error 503 is presented to the user.

Following the reasoning of the formula with what I applied in the configuration (7000 / 1.5) it is as if I had 4666 simultaneous users and in fact this system does not have more than 10 users, let alone simultaneous.

Does anyone have any idea what could be causing this excessive consumption of requests? Thank you!

No answers

Browser other questions tagged

You are not signed in. Login or sign up in order to post.