I currently have httpd in prefork mode with mod_php and apc.
I host multiple wordpress installs on my server but with w3-total-cache i find that my apc cache is caching multiple versions of the same files wp-includes.
As all my sites are running the latest version of wordpress and all the wp-includes are identical, it would be handy for apc to only cache 1 version of the files in wp-includes and use it for all sites as this would save a lot of wasted space.
Is there an opcode cache out there that does this? Can i tell wordpress to use the same backend? (i don't want to use multisite on wordpress itself as these sites are completely independent of each other.)