Hi @Loveyou3000 ,
In the FastCGI Settings module of IIS, maxInstance is set to 0 by default, and IIS will automatically monitor the system load and adjust the maximum number of processes. Of course, the maximum number of processes is 10. No matter how many concurrent requests you have, only 10 processes can handle the requests. If you really need to improve performance, it may only be achieved by adding threads.
If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.
Best regards,
Bruce Zhang