How to handle application pools which uses too much memory or CPU? I would like to have possibility to select for how much time application pool is using certain amount of memory or cpu (or both) before it will be recycled. Any idea how to achieve this? IIS7 allows to kill app pool when it reaches some level of CPU usage but I'm interested in recycling it.
Thanks