|
From: <php...@li...> - 2008-07-25 16:25:14
|
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
|