Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:65344 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 95181 invoked from network); 29 Jan 2013 10:06:51 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 29 Jan 2013 10:06:51 -0000 Authentication-Results: pb1.pair.com header.from=pierre.php@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=pierre.php@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.215.54 as permitted sender) X-PHP-List-Original-Sender: pierre.php@gmail.com X-Host-Fingerprint: 209.85.215.54 mail-la0-f54.google.com Received: from [209.85.215.54] ([209.85.215.54:35119] helo=mail-la0-f54.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 8B/94-07604-93F97015 for ; Tue, 29 Jan 2013 05:06:50 -0500 Received: by mail-la0-f54.google.com with SMTP id gw10so144758lab.41 for ; Tue, 29 Jan 2013 02:06:47 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:in-reply-to:references:date:message-id :subject:from:to:cc:content-type; bh=7nZWUnsdBQLvq3LIq15ZCaEK91f58/fvekEgSTGzxVU=; b=Ci0re3cnvDQsfnHllN5tLg/8iWqDOSPx6Txy/bjREVe+BDqHAWMuoIWpl2VMRu/utS t6ZdGGs7sIoegZE2qr26L9oodyZ5aAxgb0OMBvY/VYLTGBDOwGFiJw+KHkVcHWZzN8ao 3C8uH8JfloLjLm5KczAWjnzWPJ9ozQyQbRPT/cJeBmPitbpNaJ9p8xdq58uu9c0IuC4Q VAZSgzE7oSRSXqgncMzA9/gawSph+yfARt9ReEgaxEVlXreHABDUjmtigV5P40Mg6WSR AXuOCPJgAHnT85/2PjkFqApI/4YVA1WZT4xpqm8cdgLhPR2xm6GF7HC46TVtXR7icwPF 8GgQ== MIME-Version: 1.0 X-Received: by 10.112.88.7 with SMTP id bc7mr227491lbb.108.1359454006964; Tue, 29 Jan 2013 02:06:46 -0800 (PST) Received: by 10.112.2.69 with HTTP; Tue, 29 Jan 2013 02:06:46 -0800 (PST) In-Reply-To: References: Date: Tue, 29 Jan 2013 11:06:46 +0100 Message-ID: To: Zeev Suraski Cc: PHP internals Content-Type: text/plain; charset=ISO-8859-1 Subject: Re: [PHP-DEV] ZTS - why are you using it? From: pierre.php@gmail.com (Pierre Joye) On Tue, Jan 29, 2013 at 10:56 AM, Pierre Joye wrote: > The other main reason from my side to keep ZTS is Windows. Windows > cannot perform well using process based SAPI. It won't match linux as > long as it runs within a webserver using a process based > implementation (but CLI does not match linux performance and is even > faster in a couple of use cases). I mean: but CLI does match linux performance and is even faster in a couple of use cases :) -- Pierre @pierrejoye