Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:21092 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 18806 invoked by uid 1010); 8 Dec 2005 01:36:06 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 18790 invoked from network); 8 Dec 2005 01:36:06 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 8 Dec 2005 01:36:06 -0000 X-Host-Fingerprint: 194.109.24.25 smtp-vbr5.xs4all.nl FreeBSD 4.6-4.9 Received: from ([194.109.24.25:3358] helo=smtp-vbr5.xs4all.nl) by pb1.pair.com (ecelerity 2.0 beta r(6323M)) with SMTP id 37/62-14828-50E87934 for ; Wed, 07 Dec 2005 20:36:05 -0500 Received: from [192.168.0.195] (mediawave.xs4all.nl [194.109.253.196]) (authenticated bits=0) by smtp-vbr5.xs4all.nl (8.13.3/8.13.3) with ESMTP id jB81a0Ck022147; Thu, 8 Dec 2005 02:36:00 +0100 (CET) (envelope-from bart@mediawave.nl) Message-ID: <43978E49.1000908@mediawave.nl> Date: Thu, 08 Dec 2005 02:37:13 +0100 User-Agent: Mozilla Thunderbird 1.0 (Windows/20041206) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Sara Golemon CC: internals@lists.php.net References: <22.BF.14828.12287934@pb1.pair.com> <01dc01c5fb95$db2e4a30$5c8be5a9@ohr.berkeley.edu> In-Reply-To: <01dc01c5fb95$db2e4a30$5c8be5a9@ohr.berkeley.edu> Content-Type: multipart/alternative; boundary="------------050306020909070603040502" X-Virus-Scanned: by XS4ALL Virus Scanner Subject: Re: Multithreading From: bart@mediawave.nl (Bart de Boer) --------------050306020909070603040502 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Sara Golemon wrote: >I've got two...well...threads... going on this concept.... One is a very >non-true-threading apprach which involves a combination of ticks and >Runkit_Sandbox which I hope to get around to sooner rather than later. > >The other is a longer-range plan designed to work specifically with >apache2-worker (though perhaps generalized to work with other threaded >SAPIs) to actually use some of those extra threads to link multiple real >interpreters together (allowing one request chain to start/shutdown another >in a sibling relationship -- as opposed to Runkit_Sandbox which is purely >parent/child). Don't look for this anytime soon though. It's in my >"wouldn't that be kinda cool" bin of projects to work on next to oggtheora >and a few unnamed beasts... > >-Sara > > "kinda cool" to hear somebody is experimenting with this... :)... --------------050306020909070603040502--