Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:88848 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 98420 invoked from network); 16 Oct 2015 03:31:43 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 16 Oct 2015 03:31:43 -0000 X-Host-Fingerprint: 68.118.157.39 68-118-157-39.dhcp.mdsn.wi.charter.com Received: from [68.118.157.39] ([68.118.157.39:5629] helo=localhost.localdomain) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 37/82-15862-E9F60265 for ; Thu, 15 Oct 2015 23:31:43 -0400 Message-ID: <37.82.15862.E9F60265@pb1.pair.com> To: internals@lists.php.net References: <56095A0C.4070306@cubiclesoft.com> <1443529244.15520.67.camel@kuechenschabe> <560AACB6.9080909@cubiclesoft.com> <5616DC9D.6040201@garfieldtech.com> Date: Thu, 15 Oct 2015 22:31:40 -0500 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.3.0 MIME-Version: 1.0 In-Reply-To: <5616DC9D.6040201@garfieldtech.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-Posted-By: 68.118.157.39 Subject: Re: [PHP-DEV] async/await - is future reserved words in PHP 7.x? From: me@stephencoakley.com (Stephen Coakley) On 10/08/2015 04:14 PM, Larry Garfield wrote: > On 10/01/2015 01:59 AM, Stephen Coakley wrote: >> So then, in summary, threads & multiprocessing enables you to do more >> *work* simultaneously, while async **maximizes the usefulness of each >> thread you have**. So using both is actually an incredibly good thing, >> but they aren't the same nor accomplish the same thing. I hope what I >> said made sense. > > Well, you've successfully convinced me that PHP needs both > multi-threading and async IO. I hope you're happy now... > > --Larry Garfield Quite happy. Sorry about that... :) -- Stephen