From: <php...@li...> - 2009-11-09 21:43:58
|
>> Does the phpdebugger rely on or _need_ the > PHP-Java- Bridge? >No Correction: If your setup includes an IP-based load-balancer, the PHPDebugger *does* need a back end. The standalone PHPDebugger GUI is written in JavaScript. It uses Ajax to set breakpoints, step through the script, etc. An Ajax request is handled by a new PHP instance, which doesn't necessarily run on the same server as the PHP script being debugged, so we can't use shared memory. Both scripts must communicate via a well-defined service instead. This service or common resource may be: a database table, electronic mail or a FIFO in the PHP/JavaBridge back end. I don't think we can consider sending e-mail from one PHP script to another or a database table as a viable alternative to a Java-based FIFO. So yes, the JavaScript-based PHPDebugger GUI will depend on a PHP/JavaBridge back end. Regards, Jost Boekemeier > > On 30 Oct 2009 18:50, <php...@li...> wrote: > > On Fri, Oct 30, 2... > Alan, > > I don't understand your argumentation. > > The phpdebugger does not replace existing deb... > > Does the phpdebugger rely on or _need_ the PHP-Java-Bridge ? > If not, the only common thing be... > Regards, > Jost Boekemeier > > On 29 Oct 2009 20:35, <php...@li....n... > ------------------------------------------------------------------------------ > Come build with u... > php...@li... > https://lists.sourceforge.net/lists/listinfo/php-jav... ------------------------------------------------------------------------------ Come build with us! T... php...@li... https://lists.sourceforge.net/lists/listinfo/php-java-br... |