Pool application in IIS 6
I have difficulties to tweak the pool application in IIS 6. I try to improve the performances of my different websites.
Most of the time, when I get a lot of requests, the worker process stall with a CPU use of 98%.
So I was quite confident that setting a pool with a CPU monitoring could sove the problem.
Nope, it's worst becuase if I activate this feature, I end up with a lot of Service Unavailable from IIS.
By the way, does somebody knows how to create a custom error page for this kind of behavior ? It's not managed by IIS as a typical 500 server error, so I am not sure how to handle this.