LoadBalancing

Options
edcx
edited September 2012 in Photon Server
Hello again =)

I'm currently working on server to server communication and my game needs a loadbalancer; so I'm looking at loadbalancing doc & project but I don't know what to do. Should I try to include loadbalancing project to my project or try to include my project to loadbalancing project? I'm not using lite application for my game. I've already built an application and I prefer building my own loadbalancing, but I don't know how to handle with this workload calculation.

Thanks. Any help, idea, will be appreciated =)

Comments

  • Kaiserludi
    Options
    I would recommend, that you let your application inherit from the LoadBalancing application.
  • Oh yeah! That makes sense. By doing that, I can use what I need in LoadBalancing application. Thanks for replying.