Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:35671 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 41926 invoked by uid 1010); 21 Feb 2008 03:36:06 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 41911 invoked from network); 21 Feb 2008 03:36:06 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 21 Feb 2008 03:36:06 -0000 Authentication-Results: pb1.pair.com header.from=felipernb@gmail.com; sender-id=pass; domainkeys=bad Authentication-Results: pb1.pair.com smtp.mail=felipernb@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 72.14.220.159 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: felipernb@gmail.com X-Host-Fingerprint: 72.14.220.159 fg-out-1718.google.com Received: from [72.14.220.159] ([72.14.220.159:16455] helo=fg-out-1718.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 6B/64-30965-5A1FCB74 for ; Wed, 20 Feb 2008 22:36:05 -0500 Received: by fg-out-1718.google.com with SMTP id 22so2155072fge.23 for ; Wed, 20 Feb 2008 19:36:02 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; bh=FjcZLTJmqJbblVqDdrPGAKEIQRHiV5SWqLoR8/AkmwY=; b=C6KBsdC1745jHEqOtejpJN7LShAx4m8bluP1Y3yH2CUbFS7j+H9zUosVJX3AI8Gx3mFrs5dqWKdPxPVvswXapetkFYesr0L7M1TE1xHeitt8TaL9HM2G23K5hThNk6NDJySeF4nKoituTVi2BPysPgtlGXCcIsH9EakJS40P7jY= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=dm2OEgpxmNpygwV8VgQ4monrXNETc6kwPnYphJ4NmcGrh6pQdhGDupbaDqZ0EcBycNnxvrR1y1kOrL08x2uLWUGjyTiijy6tPzpsiaTm6CZQOmuV2WwNIyjfqtzq1ZBrg5Mat8t7lOVwgIELIRTqAdF5EmKuujZzhphx5xc8F0c= Received: by 10.86.84.5 with SMTP id h5mr8986170fgb.49.1203564962725; Wed, 20 Feb 2008 19:36:02 -0800 (PST) Received: by 10.86.78.11 with HTTP; Wed, 20 Feb 2008 19:36:02 -0800 (PST) Message-ID: Date: Thu, 21 Feb 2008 00:36:02 -0300 To: internals@lists.php.net MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: Multi-threading From: felipernb@gmail.com ("Felipe Ribeiro") Hello, I've been reading this list for a couple of months and I have a question that might have already been discussed here before and I haven't seen, so please apologize me. My question is if there's any intent to have multi-threading support to PHP in a future version, like PHP7. I know multi-threading is an enormous source of bugs, but I think it does offer a good support for large-scale apps considering the background processes and event-driven programming, and also allowing the apps to be self-content with no needs and no dependency of external daemons like cron. So, what's the opinion of the PHP maintainers? Regards, -- Felipe Ribeiro felipernb@gmail.com http://feliperibeiro.com 83 9979-3161