how to do load balancer in aware im based app? What will be the impact on database of aware as db sits right into same mariadb server.
For example 50 users- redirected to server 1 and another 50 to server 2 then where data gets saved?
how to do load balancer in aware im based app
-
- Posts: 370
- Joined: Sat Apr 28, 2018 3:33 am
- Location: India
- Contact:
-
- Posts: 1473
- Joined: Tue Jan 24, 2017 5:51 am
- Location: 'Stralya
Re: how to do load balancer in aware im based app
Put NGINX or Apache in front of the AIM servers and move the database to its own server, you'll then have failover as well as load balancing.
-
- Posts: 370
- Joined: Sat Apr 28, 2018 3:33 am
- Location: India
- Contact:
Re: how to do load balancer in aware im based app
thank you! I will check this.