Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:21094 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 36350 invoked by uid 1010); 8 Dec 2005 02:25:03 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 36335 invoked from network); 8 Dec 2005 02:25:03 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 8 Dec 2005 02:25:03 -0000 X-Host-Fingerprint: 64.233.184.205 wproxy.gmail.com Linux 2.4/2.6 Received: from ([64.233.184.205:2095] helo=wproxy.gmail.com) by pb1.pair.com (ecelerity 2.0 beta r(6323M)) with SMTP id 90/64-14828-E7997934 for ; Wed, 07 Dec 2005 21:25:02 -0500 Received: by wproxy.gmail.com with SMTP id 69so513646wra for ; Wed, 07 Dec 2005 18:24:59 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=nIdicXcWdixPMlBdyjWqZ3IOnUhCQ/ytMkLRZS0UzIrkTMgdHbeXZZ+Nf1puRJXx8jbfcF5DFKigEhRXIT7qG+cH8RqRmnq660osvtKrdQ7UtIwA8Hf3CdP+kOVmxovm2NOh2lvjrkY9hkwTh6it/xkQHNH9rmAWV/+gBsZA1po= Received: by 10.54.110.5 with SMTP id i5mr933715wrc; Wed, 07 Dec 2005 18:24:59 -0800 (PST) Received: by 10.54.77.20 with HTTP; Wed, 7 Dec 2005 18:24:59 -0800 (PST) Message-ID: <4e89b4260512071824r6c222b1ob2a52810c7074386@mail.gmail.com> Date: Wed, 7 Dec 2005 21:24:59 -0500 To: Bart de Boer Cc: internals@lists.php.net In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <22.BF.14828.12287934@pb1.pair.com> <43978448.9020004@prohost.org> Subject: Re: [PHP-DEV] Multithreading From: kingwez@gmail.com (Wez Furlong) Try proc_open(). --Wez. On 12/7/05, Bart de Boer wrote: > Ilia Alshanetsky wrote: > > You don't need threads, you can use fork() for that. On *nix systems it > > is very fast, nearly as fast as threads and much safer to boot. And you > > can already do forking in PHP via PCNTL extension's pcntl_fork() functi= on. > > > > Ilia > > That sounds sufficient enough. Although I guess this only works on *nix > systems? Platform independence is one of the main reasons I prefer PHP > over other languages. > > -- > PHP Internals - PHP Runtime Development Mailing List > To unsubscribe, visit: http://www.php.net/unsub.php > >