ASP Application Pools
I have 150 or so websites all using the same ASP application. Because of problems early on having them all share the same application pool, I started putting them in their own individual pool. Now however the RAM usage is huge - which I think is because there are 150 'worker processes' all running at the same time, one for each pool.
What are my options - upgrade to more RAM? Or should I be looking at why these sites were having problems in the shared pool? Do other people with ASP apps put them in a shared pool or individual pools?
Many thanks for your help!
|