From: <php...@li...> - 2010-06-27 10:58:58
|
WebSockets specification incudes an "idle timeout", which makes it useless for our purposes, too. -- How do they want us to re-connect to the same back end after a timeout? I will simply revert the PhpJavaServlet code to version 5.5. and keep it. However, the standalone JavaBridge.jar runner will continue to use chunked HTTP/1.1 connections, as it doesn't have this timeout problem. The next version, PHP/Java Bridge 6.2.1, will contain the following changes: * Revert changes to PhpJavaServlet and Java.inc. * JSR 223 script engine improvements: FastCGI instead of CGI and getInvocablePhpScriptEngine() w/o the URI parameter for local script invocation and implementation of the Compilable interface. Regards, Jost Bökemeier |