From: <php...@li...> - 2011-01-24 22:20:52
|
Well, for whatever reason, PHP/APC just hits the tomcat server over and over for that file. Perhaps APC is caching it, but ends up having to talk to tomcat every time to make sure it's not different. As a test, I'm just hardcoding the path to the Java.inc file on the server and I'm noticing any problems. Right now the platform I'm installing my app on is pretty standard, so I don't have a problem doing it this way. I just was hoping to get some confirmation that requiring the Java.inc off of the filesystem as opposed to via httpd would be OK. /John On Sat, Jan 22, 2011 at 6:11 AM, < php...@li...> wrote: > Tomcat sends a timestamp, the last change time along with the response. So > APC should be able to cache the content. > > > > > > ------------------------------------------------------------------------------ > Special Offer-- Download ArcSight Logger for FREE (a $49 USD value)! > Finally, a world-class log management solution at an even better > price-free! > Download using promo code Free_Logger_4_Dev2Dev. Offer expires > February 28th, so secure your free ArcSight Logger TODAY! > http://p.sf.net/sfu/arcsight-sfd2d > _______________________________________________ > php-java-bridge-users mailing list > php...@li... > https://lists.sourceforge.net/lists/listinfo/php-java-bridge-users > -- John McGowan Lynch2 792 West Bartlett Road Bartlett, Illinois 60103 www.lynch2.com w:847-608-6900 Ext 4110 |