Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:35672 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 44425 invoked by uid 1010); 21 Feb 2008 03:47:41 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 44410 invoked from network); 21 Feb 2008 03:47:41 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 21 Feb 2008 03:47:41 -0000 Authentication-Results: pb1.pair.com smtp.mail=david.coallier@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=david.coallier@gmail.com; sender-id=pass; domainkeys=bad Received-SPF: pass (pb1.pair.com: domain gmail.com designates 64.233.178.247 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: david.coallier@gmail.com X-Host-Fingerprint: 64.233.178.247 hs-out-0708.google.com Linux 2.4/2.6 Received: from [64.233.178.247] ([64.233.178.247:32251] helo=hs-out-0708.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id A8/C4-30965-C54FCB74 for ; Wed, 20 Feb 2008 22:47:41 -0500 Received: by hs-out-0708.google.com with SMTP id l65so2345585hsc.7 for ; Wed, 20 Feb 2008 19:47:38 -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:sender:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; bh=KCOmB7Qmjdxk4kmrmZ4me3GTzF6TnoT0aANPW4D+lh0=; b=VrgGVXWukiwHW3/jKO/7ge7MC3HStqfRXfbu5vRp90rfo7YyElQo+sgfa4NCFKb4lkcOfIDZJUQhbqqbRoloUSXExacxZkwVZBWktdkb0TlAIXs0ZhZrkNsWSo2YNlB/d/C0w/6G/Xhle73snv5heJHaThNqgTFnURKHMC7iFZ0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:sender:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; b=twsuOehjis8Cim60L28RuvuB3oPZHRSj6sc0ytP9GjcJycYflGp//M5Qh1nDLT3WMnTYuwBjJTUjZF2j0fnmGOo/X+ItUx8Wfnap2l/MpD1bJ0lEC3XD28k8imdiijjRJSl+em93F037bLP6CfhEFl+EjkG1Q7CxWb0a9cp608E= Received: by 10.114.149.2 with SMTP id w2mr7615855wad.5.1203565657524; Wed, 20 Feb 2008 19:47:37 -0800 (PST) Received: by 10.114.13.11 with HTTP; Wed, 20 Feb 2008 19:47:37 -0800 (PST) Message-ID: Date: Wed, 20 Feb 2008 22:47:37 -0500 Sender: david.coallier@gmail.com To: "Felipe Ribeiro" Cc: internals@lists.php.net In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: X-Google-Sender-Auth: 918fd995079baab0 Subject: Re: [PHP-DEV] Multi-threading From: davidc@php.net ("David Coallier") On Wed, Feb 20, 2008 at 10:36 PM, Felipe Ribeiro wrote: > 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. > I have spoken to a few people lately about this and to be honest, the opinion I get out of multi threading in php is basically "no one cares doing it, no internals need it so badly that he'll implement it, and find people to maintain it" Opening this thread is a good idea I think, after this I'll gather all ideas and comments and make a good post out of it. > So, what's the opinion of the PHP maintainers? > > Regards, > > -- > Felipe Ribeiro > felipernb@gmail.com > http://feliperibeiro.com > 83 9979-3161 > > -- > PHP Internals - PHP Runtime Development Mailing List > To unsubscribe, visit: http://www.php.net/unsub.php > > -- David, Re-read what you are replying.