Posted by Manuel Lemos on 10/20/40 11:05
Hello,
on 01/10/2005 07:21 AM Kioto said the following:
> PHP is scripting language interpreted and not compiled.
PHP is compiled into bytecodes before executing since PHP 4.
There is also a real PHP to executable code compiler named Roadsend.
http://www.roadsend.com/
> I want know about the difference beetwean the bytecode of JSP and ASP.NET
> than PHP-Accelerator. Why this extension isn't a built-in into Zend
> Engine parsing ?
Because Zend is not charity. They sell it as a normal comercial add-on
to Zend engine.
> This is a better solution to comparison the performace of PHP versus
> other technologies like JSP and ASP.NET ?
It is probably equivalent (just to not be biased).
--
Regards,
Manuel Lemos
PHP Classes - Free ready to use OOP components written in PHP
http://www.phpclasses.org/
PHP Reviews - Reviews of PHP books and other products
http://www.phpclasses.org/reviews/
Metastorage - Data object relational mapping layer generator
http://www.meta-language.net/metastorage.html
[Back to original message]
|