genieacs master-master?

Zaid Abdulla zaid at genieacs.com
Fri Mar 27 14:24:39 EDT 2015


On Wed, Mar 25, 2015, at 07:41 PM, Manny Veloso wrote:
> Hi!
> 
> Goes genieACS support a master/master configuration? Would it be good enough to replicate at the mongo/redis level?

Yes, doing replication/sharding at the database and redis level is
enough. The database is probably going to be your bottleneck but if you
need to scale the application layer you could simply spawn as many
instances as you need and have them connect to the same MongoDB and
redis instances.

Zaid


More information about the Users mailing list