On 12/08/2011 03:53 PM, Rasmus Lerdorf wrote: > This is a complete non-starter. The bulk of PHP users are on > non-Windows, especially Linux, and Mono performance on Linux is really > not good. Last time I checked it was an order of magnitude slower on > Linux compared to the same hardware running Windows. Granted that was > quite a few years ago now and I assume it is no longer 10x slower. > Perhaps it is up to 4x or even 2x slower.
Here are some more recent numbers to back that up: http://www.codeproject.com/KB/dotnet/RuntimePerformance.aspx Basically what you are suggesting is that we replace the Green bar there with the Grey one. Note that lower is better. This does show that Mono performance is starting to approach .Net performance, at least for this benchmark, but it still isn't there. And if you look through the various benchmarks you will see that native C/C++ code is 5-10x faster than the same code running under Mono. -Rasmus -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php