Speed Issues PHP vs ASP.net

Speed Issues PHP vs ASP.net

am 25.08.2009 16:09:16 von Igor Escobar

--0016364c64c137bc4a0471f7e138
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit

Recently i read this blog post about speed issues comparing PHP with
ASP.net, please, read that and comment what you think about it:
http://misfitgeek.com/blog/aspnet/php-versus-asp-net-ndash-w indows-versus-linux-ndash-who-rsquo-s-the-fastest/

The big deal is: I don't know if this bechmark is true or false but, what
are doing the PHP team about speed issues? Results like that maybe results
like this can tarnish the image of language.

So, what do you think about it?


Regards,
Igor Escobar
Systems Analyst & Interface Designer

+ http://blog.igorescobar.com
+ http://www.igorescobar.com
+ @igorescobar (twitter)

--0016364c64c137bc4a0471f7e138--

RE: Speed Issues PHP vs ASP.net

am 25.08.2009 16:37:30 von kyle.smith

=20
-----Original Message-----
Recently i read this blog post about speed issues comparing PHP with
ASP.net, please, read that and comment what you think about it:
http://misfitgeek.com/blog/aspnet/php-versus-asp-net-ndash-w indows-versu
s-linux-ndash-who-rsquo-s-the-fastest/

The big deal is: I don't know if this bechmark is true or false but,
what are doing the PHP team about speed issues? Results like that maybe
results like this can tarnish the image of language.

So, what do you think about it?


--

My main issue with the tests is this:

ASP.NET (C#) is psuedo-byte-code compiled and cached prior to execution.
This is a huge boost to performance. The tests should be re-done with
something like IonCube compiled PHP.

I think ASP.NET would still win, though.

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Re: Speed Issues PHP vs ASP.net

am 25.08.2009 16:45:42 von Phpster

On Tue, Aug 25, 2009 at 10:37 AM, kyle.smith wro=
te:
>
> -----Original Message-----
> Recently i read this blog post about speed issues comparing PHP with
> ASP.net, please, read that and comment what you think about it:
> http://misfitgeek.com/blog/aspnet/php-versus-asp-net-ndash-w indows-versu
> s-linux-ndash-who-rsquo-s-the-fastest/
>
> The big deal is: I don't know if this bechmark is true or false but,
> what are doing the PHP team about speed issues? Results like that maybe
> results like this can tarnish the image of language.
>
> So, what do you think about it?
>
>
> --
>
> My main issue with the tests is this:
>
> ASP.NET (C#) is psuedo-byte-code compiled and cached prior to execution.
> This is a huge boost to performance. =A0The tests should be re-done with
> something like IonCube compiled PHP.
>
> I think ASP.NET would still win, though.
>
> --
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>
>

The one big thing missed in the article is portability. While running
ASP.NET under Mono on Linux is possible, its not likely to be as
workable as taking php to almost any other environment.

And really,if you want to learn c# then just go learn java and make it bett=
er.

--=20

Bastien

Cat, the other other white meat

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php