Hi all,
I'm building a Phalcon app that will be hosted in a HA cluster: multiple Nginx, multiple database nodes, remote datastores...
As such I'm using a cache server (Redis) to manage data cache and php sessions. The last step of my cache strategy is to get Volt (or actually any template engine) to write/save the compiled files in Redis. If I need to keep those files to disk I'll have to use a nfs share between my web servers, and I'm pretty sure I'll lose a fair amount of milisseconds for each page.
Has anyone implemented something similar ? Is there something in Phalcon to get me started? Cheers