Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:47733 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 50364 invoked from network); 2 Apr 2010 07:20:11 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 2 Apr 2010 07:20:11 -0000 Authentication-Results: pb1.pair.com header.from=tyra3l@gmail.com; sender-id=pass; domainkeys=bad Authentication-Results: pb1.pair.com smtp.mail=tyra3l@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.218.216 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: tyra3l@gmail.com X-Host-Fingerprint: 209.85.218.216 mail-bw0-f216.google.com Received: from [209.85.218.216] ([209.85.218.216:56245] helo=mail-bw0-f216.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 46/B2-44965-8AA95BB4 for ; Fri, 02 Apr 2010 02:20:09 -0500 Received: by bwz8 with SMTP id 8so1349592bwz.23 for ; Fri, 02 Apr 2010 00:20:05 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:received:message-id:subject:from:to:cc:content-type; bh=I+5s9zM9n40pBhlqvtZWzxYjQsZE9DLq3bSp8eEg+v4=; b=pD320+TzsD66Z7mjxIyV5OxniPzzokCRI094WAZLl9A/RxFGajSFuYkaZ0cpBQierb nvnREhiumqAuJ652KrBCx/cvdtH3/u7uVBFFwIT9Om/CymfAIELgAM4HUsAItzlF4WYi oSlFJ5Q3oJfaVx4dwYHVC08jAFHWoC+4kZGqI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=n+Fp77ZjO0LOwecsBS2eYy0MrRHnbkJPM9gwbZwxWc+Hj398cmHkZ9D7G/eqBKtxQQ wWGLH/JJFTifohED/4oZCDnVCb5U/4ZrRqNnkFytl/ff2yuyvpORgeGXtM56f9E7aaFt QZAd6yvHjWCvezv0Fy5IlAog1B2Fma0rlHgGg= MIME-Version: 1.0 Received: by 10.204.64.200 with HTTP; Fri, 2 Apr 2010 00:20:03 -0700 (PDT) In-Reply-To: References: <1941231697.20100401163215@gmail.com> <4BB4E80A.3000402@zend.com> <5BAD9F0C-858B-4DE5-9303-C1FF08F19C65@gmail.com> <4BB51147.9060009@zend.com> Date: Fri, 2 Apr 2010 09:20:03 +0200 Received: by 10.204.130.72 with SMTP id r8mr2582312bks.25.1270192803549; Fri, 02 Apr 2010 00:20:03 -0700 (PDT) Message-ID: To: Pierre Joye Cc: Stanislav Malyshev , Alexey Zakhlestin , speedy , internals@lists.php.net Content-Type: multipart/alternative; boundary=001517479520da11cf04833bce9a Subject: Re: [PHP-DEV] php and multithreading (additional arguments) From: tyra3l@gmail.com (Ferenc Kovacs) --001517479520da11cf04833bce9a Content-Type: text/plain; charset=UTF-8 On Thu, Apr 1, 2010 at 11:35 PM, Pierre Joye wrote: > On Thu, Apr 1, 2010 at 11:33 PM, Stanislav Malyshev wrote: > > Hi! > > > >> Eve Online in Stackless Python > >> fmspy.org with stackless python > >> etc. > > > > I don't know how python does it but PHP has a lot of global context, and > > sharing this global context between threads, whatever they are (OS > threads, > > user-space threads, etc.) would be massively complex thing tp manage > either > > for the engine or for the user. > > Let make it slightly more clear: To do what python or perl does using > the ZendEngine2 would mean a complete rewrite of the engine. It is a > short answer but reflects the fact, sadly. > Thats a sad thing. :( Any volunteers to do that? ;) Thank you for pointing that out. Tyrael > > Cheers, > -- > Pierre > > @pierrejoye | http://blog.thepimp.net | http://www.libgd.org > --001517479520da11cf04833bce9a--