I'm about to embark on building a new save mechanism, but before I do I thought I'd ask the smart people.
When I hit save in the GUI, it does a memcache flush, reloadxml and/or reloadacl. How do I disperse that across multiple servers? Say n+1 other servers.
Currently I just have a bunch of shells open and do it manually, but its sort of annoying. I was thinking of doing something like just watching the freeswitch.log, detecting the action save and the running the commands. It's a kludge, but it would work.
When I hit save in the GUI, it does a memcache flush, reloadxml and/or reloadacl. How do I disperse that across multiple servers? Say n+1 other servers.
Currently I just have a bunch of shells open and do it manually, but its sort of annoying. I was thinking of doing something like just watching the freeswitch.log, detecting the action save and the running the commands. It's a kludge, but it would work.