Welcome to the Inedo Forums! Check out the Forums Guide for help getting started.
If you are experiencing any issues with the forum software, please visit the Contact Form on our website and let us know!
Requests accepted by proget while using IIS
-
Hi Team
The question might be basic but need this info. Can we know the maximum number of requests that proget can handle at a time. I'm asking for active requests that could be processed, not the queue.
We're using IIS for running proget.
Thanks
Parthu
-
Hi @parthu-reddy ,
First, please note that IIS is no longer recommended for ProGet 2024 and it is not supported in ProGet 2025: https://docs.inedo.com/docs/installation/windows/web#iis
As for request limits, there are none. And it's not really a question that we can answer - a request can be anything from serving a cached image to doing a query with "chained connectors" that has to do a lot of network activity. It really depends on the types of feeds, configuration, etc.
But a good "rule of thumb" is that 50-100 simultaneous connections will start to strain a server, and 10x that very likely be difficult to use.
Hope that helps,
Steve