I have two pools running on the same server. I noticed one of them is configured to a 20 min idle timeout, and the other is 180 mins.
I can see this message in event viewer: "A worker process with process id of '1964' serving application pool 'A' was shutdown due to inactivity. Application Pool timeout configuration was set to 20 minutes. A new worker process will be started when needed."
Is that going to affect pool B? I had a skim through the logs and can't see the same message for pool B. I assume both pools use the same worker process, or is that not the case. Thanks