Single codebase Drupal?
The idea is simple and yet pretty complicated... The multiple Drupal apps hosted from _single_ codebase. This is similar to Aegir approach - one "platform", multple "sites".
Pros:
-APC is caching the same files
-Less storage space, CPU, memory, IO needed
-Less management
Cons:
-Totally new approach, probably needs entire logic change, inserting "platform" between server and app
6
votes
