Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:56858 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 69101 invoked from network); 9 Dec 2011 20:10:15 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 9 Dec 2011 20:10:15 -0000 Authentication-Results: pb1.pair.com smtp.mail=php-php-dev@m.gmane.org; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=igouy2@yahoo.com; sender-id=unknown Received-SPF: pass (pb1.pair.com: domain m.gmane.org designates 80.91.229.12 as permitted sender) X-PHP-List-Original-Sender: php-php-dev@m.gmane.org X-Host-Fingerprint: 80.91.229.12 lo.gmane.org Linux 2.6 Received: from [80.91.229.12] ([80.91.229.12:40748] helo=lo.gmane.org) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 91/F3-41208-12B62EE4 for ; Fri, 09 Dec 2011 15:10:13 -0500 Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1RZ6lh-00049W-Gc for internals@lists.php.net; Fri, 09 Dec 2011 21:10:05 +0100 Received: from c-24-6-168-53.hsd1.ca.comcast.net ([24.6.168.53]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 09 Dec 2011 21:10:05 +0100 Received: from igouy2 by c-24-6-168-53.hsd1.ca.comcast.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 09 Dec 2011 21:10:05 +0100 X-Injected-Via-Gmane: http://gmane.org/ To: internals@lists.php.net Date: Fri, 9 Dec 2011 18:01:08 +0000 (UTC) Lines: 24 Message-ID: References: <4EE14E10.5050403@lerdorf.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Gmane-NNTP-Posting-Host: sea.gmane.org User-Agent: Loom/3.14 (http://gmane.org/) X-Loom-IP: 24.6.168.53 (Mozilla/5.0 (Ubuntu; X11; Linux x86_64; rv:8.0) Gecko/20100101 Firefox/8.0) Subject: Re: [PHP-DEV] Phalanger From: igouy2@yahoo.com (Isaac Gouy) Rasmus Lerdorf lerdorf.com> writes: -snip- > 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. 1) FWIW The relative performance of these C# Mono versus Java programs seems much the same both on x86 Ubuntu and Vista (dual-boot on the same hardware). http://shootout.alioth.debian.org/demo/benchmark.php?test=all&lang=csharp&lang2=java#faster-programs-chart http://shootout.alioth.debian.org/u32q/benchmark.php?test=all&lang=csharp&lang2=java#faster-programs-chart 2) C# Mono was still slower than C# .Net http://shootout.alioth.debian.org/demo/benchmark.php?test=all&lang=csharp&lang2=csc