Hi,
a preview version of 2.0.8 is available for download:
http://prdownloads.sourceforge.net/php-java-bridge/php-java-bridge_2.0.8pre3.zip?download
(The above download is for windows only, on Linux/Unix
please download the code directly from the CVS
repository: cvs -z3
-d:pserver:ano...@cv...:/cvsroot/php-java-bridge
co php-java-bridge)
For production systems please use version 2.0.7
instead.
The following features were added:
* JSP, PHP session sharing
* GUI support
* Calling PHP from java, see the examples/XML example.
Changes since 2.0.8pre
* Local channel re-directs work correctly now. This
means that, when deployed in Apache/Tomcat, Apache/PHP
and the PHP/Java Bridge 2.0.8 deliver content more
than 50 times faster than version 2.0.7 and about 30%
faster than tomcat's own engine via Apache/mod_jk:
time for i in `seq 200`; do wget -o/dev/null
-O/dev/null
http://localhost:8000/JavaBridge/sessionSharing.jsp;
done
real 0m5.971s
user 0m1.090s
sys 0m0.420s
time for i in `seq 200`; do wget -o/dev/null
-O/dev/null
http://localhost:8000/JavaBridge/sessionSharing.php;
done
real 0m4.351s
user 0m1.140s
sys 0m0.530s
(RHEL3, kernel 2.4.21 on a 1.5GHZ amd32, latest
versions of PHP/Java Bridge, Tomcat/mod_jk and Apache.
* On windows: Starting the backend automatically
should work correctly now when the path ends with a
slash.
* The CGI servlet has been rewritten and it delivers
content much faster now. However, running PHP as a
CGI from tomcat is not recommended. Please use Apache
and the mod_jk connector instead of connecting tomcat
directly to the internet. This is much faster and more
secure.
* Several other bugfixes, please see changelog.
I will release the above code as 2.0.8 if I don't get
bug reports within the next three weeks.
Regards,
Jost Boekemeier
___________________________________________________________
Gesendet von Yahoo! Mail - Jetzt mit 1GB Speicher kostenlos - Hier anmelden: http://mail.yahoo.de
|