Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:78509 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 88053 invoked from network); 31 Oct 2014 15:41:24 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 31 Oct 2014 15:41:24 -0000 X-Host-Fingerprint: 85.223.107.177 177-107.citynet.ftth.internl.net Received: from [85.223.107.177] ([85.223.107.177:10688] helo=localhost.localdomain) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 1A/01-15608-E9DA3545 for ; Fri, 31 Oct 2014 10:41:23 -0500 To: internals@lists.php.net Date: Fri, 31 Oct 2014 16:41:10 +0100 Message-ID: References: X-Newsreader: Forte Agent 3.3/32.846 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Posted-By: 85.223.107.177 Subject: Re: Native TLS From: phpdev@ehrhardt.nl (Jan Ehrhardt) Matt Ficken in php.internals (Wed, 29 Oct 2014 21:53:08 -0700): >Anatol has been doing some great work with Thread Local Storage (under the >native-tls branch). > >I have tested it on Windows and its performance and functionality are now >the same as master builds (with phpng), though a few extensions included >with Windows builds haven't been ported yet. Does this mean that in the end the Windows builds get a double boost? 1 from phpng and 1 from tls? Jan