Is it possible to isolate multiple windows services running on windows server 2008?
sort of like app pools work on web/ IIS. Such that when one service has a memory leak, it wont crash the rest.
the problem I am facing is that I have a server that hosts 2 window services. One is mine and requires very little resources. The other is part of another teams that causes all the servers they code runs on to crash. I was looking for a way to isolate them because today my service stopped running because the server ran out of memory...