I've recently released an ZF app to production environment, and I'm getting some troubles because this app is running in three different instances behind a load balancer.
These three app instances are sharing the same lucene indexes through NFS. I've just realized NFS is discouraged by Zend Framework documentation.
How should I deploy my app?