From: Jost B. <jos...@ya...> - 2005-05-07 16:34:29
|
-> http://php-java-bridge.sf.net/php-java-bridge_2.0.6-pre2.tar.bz2 The following problems were fixed since 2.0.6-pre: * The bridge did some magic to work around a problem in the java reflection API which does not allow one to access members of a non-public instance obtained from another instance; an iterator for example. The implementation was wrong and has been rewritten to use setAccessible(true). If this fails, due to security restrictions, the bridge searches all interfaces and super classes to find a matching method. In the normal case (no security restrictions) the new implementation is much faster than the old one. * The name "java_set_library_path" was misleading. It is still there but the recommended method is now: java_require(<FEATURE>); * The bridge searches the sysurls only once, a resource which is not found is now blacklisted. * Since some operating systems could not handle ms timeouts correctly, the multicast response timeout is not 1s. * Default session timeout: gc_maxlifetime is passed to the session created on a node. * If the socketname is off, the php-java-bridge script starts 4 redundant backends. * The load balancer should work better than before. * Documentation updates. The official version 2.0.6 will be available next week. Regards, Jost Boekemeier --------------------------------- Gesendet von Yahoo! Mail - Jetzt mit 1GB kostenlosem Speicher |