|
From: <php...@li...> - 2008-04-02 09:44:14
|
Hi: If I call java_require() and include about 6 or 7 .jar files with each PHP request, are they loaded only once by the JavaBridge or are they loaded every time? Follow-up question: if they are loaded only once, is it possible to 'unload' them from the JavaBridge memory? I imagine with java_reset(), right? Cheers, Antonio |