NFS robustness or weaknesses
- by Thomas
I have 2 web servers with a load balancer in front of them.
They both have mounted a nfs share, so that they can share some common files, like images uploaded from the cms and some run time generated files.
Is nfs robust? Are there any specific weaknesses I should now about?
I know it does not support file locking but that does not matter to me. I use memcache to emulate file locking for the runtime generated files.
Thanks