Base solution for your next web application
Open Closed

Load Balancing / Multiple instances #2864


User avatar
0
JeffMH created

Is it documented anywhere what needs to be done in order to load balance a system based off aspnetzero?

Just things that I know I need to check on are:

  1. Cache items
  2. Background jobs
  3. Notifications

Just trying to see if it's documented somewhere all the things that need to be done within aspnetzero to run multiple instances of a web server serving one app. I don't want to forget anything and something end up not working right.

Thanks


1 Answer(s)
  • User Avatar
    0
    ismcagdas created
    Support Team

    Hi @JeffMH,

    We don't have such a document at the moment but it would be nice to create such document, thank you for pointing that.

    In a brief thought, I couldn't find anything other than your findings.

    1. Cache items
    2. Background jobs
    3. Notifications (SignalR)