Hacker News new | ask | show | jobs
by zrail 1586 days ago
Not OP but the obvious use case for Wordpress is the install directory itself. Deploy to one server and have all servers sharing the EFS get the update at the same time.
1 comments

So PHP rereads the source files on every request? Interesting.
There's a cache. Even if you have to restart some process or purge some cache, this setup makes sense to me for applications that can update their own code (e.g. install/update plugins).