Posted by peter on 10/01/31 11:36
> > Interesting development?
> >
> > http://www.theserverside.com/news/thread.tss?thread_id=38144
>
> I'm skeptical, how the server using JDK going to be fast :-/
It has more bugs than features. Some features (for example external php
modules) cannot be implemented without calling to a real php binary.
Acording to my simple tests (two loops, one creates a string, another
one is a simple counter) their engine is about 3 to 1000 time SLOWER
than the native php 5.1.0 engine.
test1:
for($i=0; $i<100000; $i++) $s="$s$i";
test2:
for($i=0; $i<10000000; $i++) $s+=$i;
But the interesting thing is that their engine is GPL code. That means
that it is more attractive for developers.
Navigation:
[Reply to this message]
|