From: <php...@li...> - 2009-04-08 10:06:56
|
My last message was about: I think we should add a short path to the bridge so that users dont have to require Java.inc when PHP scripts are running within a servlet engine. This means that we add code to the FastCGI and CGI servlet, which acquires a SocketContextServer early and then feeds the code from Java.inc to the open Fast-CGI input stream. Similar to what our JSR 223 scripts do. This doesn't necessarily make php scripts which don't require Java functionality slower, as this short path consomes only one continuation instead of two. Which in turn means that the servlet thread pool cannot overrun, so the pool check can go away (the check was ugly and worked only on some known engines anyway). |