Mantis - Quercus
Viewing Issue Advanced Details
3173 feature always 12-13-08 09:42 01-04-09 14:41
koreth  
 
urgent  
new 4.0.0  
open  
none    
none  
0003173: Share PHP code between webapps
To support hosting multiple developer sandboxes on a single host as well as reduce the overhead of deploying multiple code versions in production, two webapps should be able to share the internal representation of a PHP file that is identical in both. Otherwise a large PHP app with multiple instances will chew through PermGen space like crazy with lots of identical class files. This will also presumably make it cheaper to restart a particular webapp (e.g., due to a signature change on a Java class) since the compiled PHP files won't have to be reloaded.

There are no notes attached to this issue.