Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:82384 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 23615 invoked from network); 10 Feb 2015 15:57:47 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 10 Feb 2015 15:57:47 -0000 Authentication-Results: pb1.pair.com smtp.mail=ua.san.alex@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=ua.san.alex@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.213.169 as permitted sender) X-PHP-List-Original-Sender: ua.san.alex@gmail.com X-Host-Fingerprint: 209.85.213.169 mail-ig0-f169.google.com Received: from [209.85.213.169] ([209.85.213.169:43454] helo=mail-ig0-f169.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 63/1C-47508-A7A2AD45 for ; Tue, 10 Feb 2015 10:57:47 -0500 Received: by mail-ig0-f169.google.com with SMTP id hl2so22351324igb.0 for ; Tue, 10 Feb 2015 07:57:43 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=vLRlSr74W8wftBvYcNa71a+TX3JNJIiC5VzWMghe7bc=; b=CRjZ7sTGdJjWtzozVB+fbTC4N4dN50P6sZZb+7oEuqFao9ci4BDeHX72ngJsRcfM62 u8NkOMSYZDQPAiZuoCLyH9nFlQrbvEBRjkgq/SmgCLotWptj1m5J+Sw9OH++n11TZmF+ lpv9fsnxNm1Mx+ZnSeG9nWCdi0tFRJSnD6GT6b0Eqv4v8FdzA87hQNmNAkpaZaRq/c9S 6EmuEzgHeh+r230kQEmCahjjoSuiyu0EpQ9EmKkatUcjMCyBzjFMfmWqr7w7Osn4AFuU v+9phof7e2+Fc76W9a6UIz3ba0EG2+4dBF7d7l9dgVBC28FbZf6X7m3wW/HSVAUtNOOI nN3A== MIME-Version: 1.0 X-Received: by 10.107.27.76 with SMTP id b73mr31769883iob.64.1423583863395; Tue, 10 Feb 2015 07:57:43 -0800 (PST) Received: by 10.50.93.3 with HTTP; Tue, 10 Feb 2015 07:57:43 -0800 (PST) In-Reply-To: <54D9F8EA.4020902@gmail.com> References: <54D7F5D5.4050808@gmail.com> <54D7FEBA.1070304@gmail.com> <860EABC1-CAFF-4FD1-8C59-2F2E06C9D8B8@gmail.com> <54D8FB43.3060204@gmail.com> <54D9F8EA.4020902@gmail.com> Date: Tue, 10 Feb 2015 17:57:43 +0200 Message-ID: To: Rowan Collins Cc: internals Content-Type: text/plain; charset=UTF-8 Subject: Re: [PHP-DEV] uWSGI experimental plugin for implementing a WSGI/PSGI/Rack-like interface for PHP From: ua.san.alex@gmail.com ("S.A.N") 2015-02-10 14:26 GMT+02:00 Rowan Collins : > Rowan Collins wrote on 09/02/2015 18:24: > I just realised the double negative in that sentence may not be easy to > understand, so just to make sure it's clear: I do quite like the idea, in > general, but think it would require a major rethink of large parts of code. > We need only look at PHP 6/Unicode for the risks involved in a > well-intentioned feature with far-reaching impact on the language. > > I also think that an application server model without userland threads would > be a mistake, because it would still be difficult to share anything > meaningful between requests. > > That said, if someone wants to start collecting a top-level list of what > would need to be changed, and suggesting how it might work, I'd be happy to > contribute some ideas. Yes, I understand you correctly, thank you.