When to use shared libraries for a web framework?
- by CamelBlues
tl;dr:
I've found myself hosting a bunch of sites running on the same web framework (symfony 1.4). Would it be helpful if I moved all of the shared library code into the same directory and shared it across the sites?
more
I see some advantages to this:
Each site takes up less disk space
Library updates (an unlikely scenario) can take place…