
I ran across a Java implementation of PHP 5 on the Caucho Resin application server. It is not a complete implementation yet but word is (and theorectically too) that PHP will be able to run up to 6x faster on this server than on Apache because it gets compiled into java bytecode (and using JIT into machine code). In addition it will be easy to factor some bottlenecks out of the code and into Java code to obtain serious performance improvements.
I'll be playing around with this technology for a possible Dataface enterprise edition.
http://www.caucho.com/
I downloaded and installed Resin on my local box and it was quite easy - and it seemed very fast too.
Of course there are still some missing php apis so Dataface doesn't work on it yet, but I'll be working on that.
I'll be playing around with this technology for a possible Dataface enterprise edition.
http://www.caucho.com/
I downloaded and installed Resin on my local box and it was quite easy - and it seemed very fast too.
Of course there are still some missing php apis so Dataface doesn't work on it yet, but I'll be working on that.