APC opcode caching on different file versions

1nikola1

New Member
We have a single server with several DIFFERENT versions of the SAME web application deployed on it. For instance :
  • \[code\]www.myserver.com\[/code\]
  • \[code\]rc.myserver.com\[/code\]
  • \[code\]alpha.myserver.com\[/code\]
We fear that there might be collisions between versions of the same PHP Class. Do APC correctly handle this? If not, how to workaround this?Thanks for your help.
 
Back
Top