1

I hear that on the other side, Java folks run multiple jvm instances on their servers and load balance not just the servers but also instances. How is this possible in asp.net? pools?

1 Answer 1

4

If you are referring to ASP.NET on IIS, then yes, each application pool can have its own version of the CLR, because they are individual processes. This doesn't particularly help for load balancing however- IIS takes care of that on it's own. I'm pretty sure you'd just be hampering it.

Sign up to request clarification or add additional context in comments.

Comments

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.