|
From: <php...@li...> - 2008-07-25 17:29:09
|
Thank you Jost. Just as a follow up then, both statements below are
correct?
1. If a PHP script wants to access a remote java service, the PHP
script need only include Java.inc.
2. There is no binary version of Java.inc.
-----Original Message-----
From: php...@li...
[mailto:php...@li...] On Behalf
Of php...@li...
Sent: Friday, July 25, 2008 12:25 PM
To: php...@li...
Subject: Re: [Php-java-bridge-users] Bridge from PHP
Hi,
I think this is a misunderstanding. A php_java.dll or a java.so are
used to start Java as a sub-process of the HTTP server.
However, this doesn't improve the performance in any way; if you want a
faster communication, eliminate the number of round-trips (see
java_begin_document()/java_end_document()).
Implementing the communication in C or assembler is a waste of time. It
may even be slower than the current PHP/Java implementation, because you
can't easily cache context ID's in these languages.
Regards,
Jost Boekemeier
__________________________________________________________
Gesendet von Yahoo! Mail.
Dem pfiffigeren Posteingang.
http://de.overview.mail.yahoo.com
------------------------------------------------------------------------
-
This SF.Net email is sponsored by the Moblin Your Move Developer's
challenge
Build the coolest Linux based applications with Moblin SDK & win great
prizes
Grand prize is a trip for two to an Open Source event anywhere in the
world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
php-java-bridge-users mailing list
php...@li...
https://lists.sourceforge.net/lists/listinfo/php-java-bridge-users
|