Was hoping if someone could be all these things into perpective for me.
This is to better understand operatig systems in general, but also specifically how it applies to IIS.
How to application domains, app pools, processes and threads come into play in a web application?
Is it like this:
An application pool can have multiple application domains.
A domain can have multiple processes, and each process manages a pool of threads. The threads share memory space in the process.
Also I'm interested in linxu (ubuntu) servers so if it is similar or different that would be interested to know.