Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:35680 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 31902 invoked by uid 1010); 21 Feb 2008 08:52:09 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 31887 invoked from network); 21 Feb 2008 08:52:09 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 21 Feb 2008 08:52:09 -0000 Authentication-Results: pb1.pair.com header.from=indeyets@gmail.com; sender-id=pass; domainkeys=bad Authentication-Results: pb1.pair.com smtp.mail=indeyets@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 64.233.184.234 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: indeyets@gmail.com X-Host-Fingerprint: 64.233.184.234 wr-out-0506.google.com Linux 2.4/2.6 Received: from [64.233.184.234] ([64.233.184.234:3384] helo=wr-out-0506.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id FD/15-20678-6BB3DB74 for ; Thu, 21 Feb 2008 03:52:07 -0500 Received: by wr-out-0506.google.com with SMTP id c38so3039164wra.17 for ; Thu, 21 Feb 2008 00:52:04 -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:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=6Cs5kuIrgUEX+1sXVU6hP0ykKOxxPBEi3oH0MEGY1j4=; b=cj/ZCzfSynYyHyg5ZKj+Qmtn3D78+8QDgS2lR3yzs3spiarkmbBaNtq4qnabASTJXGn5Oo6ndoRyqZhtjdWf2932c5w2AiNI0IX9xTyFl0WvKc4Ly+KzPzxw8AW/m788eYmQoSc4FikB/378zf4/oPF5rwFtD0+KN97JW8z0XHA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=HCgvPpf5gUMSBV2IY/AJUpK3OmuX8FzVEecQNSgleam5fTpxNUjcmetmGWf0B+WXLyVkXw8QnDk/441+18Tw2BQmxBYsYSCz0wumwadHDc8fakNL6jITVCy5WRYNbj+Z++B3U/TFpu6r3OMqYno9PBGi5g3Cvhjq+nfVqxnB+nA= Received: by 10.150.199.21 with SMTP id w21mr3073364ybf.8.1203583923671; Thu, 21 Feb 2008 00:52:03 -0800 (PST) Received: by 10.150.57.12 with HTTP; Thu, 21 Feb 2008 00:52:03 -0800 (PST) Message-ID: Date: Thu, 21 Feb 2008 11:52:03 +0300 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: Subject: Re: [PHP-DEV] Multi-threading From: indeyets@gmail.com ("Alexey Zakhlestin") well, there is http://pecl.php.net/package/threads it was never finished, thogh Here's the thread about it, from last august: http://thread.gmane.org/gmane.comp.php.pecl.devel/3996 On 2/21/08, 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. > > 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 > > -- Alexey Zakhlestin http://blog.milkfarmsoft.com/