I have a webserver with lots of sites which are all based on Drupal. The sites share a vast majority of identical code, and it'd be great if APC could take advantage of this and not 're-cache' the same files x times over.
Is there any theoretical problem with this idea? Do any PHP opcode caches take advantage of this that you know of?