Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:13917 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 63832 invoked by uid 1010); 22 Nov 2004 08:47:16 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 63389 invoked from network); 22 Nov 2004 08:47:13 -0000 Received: from unknown (HELO rproxy.gmail.com) (64.233.170.199) by pb1.pair.com with SMTP; 22 Nov 2004 08:47:13 -0000 Received: by rproxy.gmail.com with SMTP id q1so193379rnf for ; Mon, 22 Nov 2004 00:47:13 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:references; b=Vi6aMLZ/4MEtI39Q/w+jKRkiUepSrvonwkluwOSjrUXvcGoLKrLj0t/0A57DWcKFd9Br9hnYiRfGjP90gYooxsk/mg7Foa3LQmOLc2YZO8NhpGdx3MSC+fZQRY9jHdxwHIJR3bA+LrizsvKGvnidM8zH/lB5fBf88t5Dd/2BPg8= Received: by 10.38.65.41 with SMTP id n41mr726856rna; Mon, 22 Nov 2004 00:47:12 -0800 (PST) Received: by 10.38.70.1 with HTTP; Mon, 22 Nov 2004 00:47:10 -0800 (PST) Message-ID: Date: Mon, 22 Nov 2004 10:47:10 +0200 Reply-To: "ilya77@gmail.com" To: Jeremy Johnstone , internals@lists.php.net In-Reply-To: <90e24d4e041122003850705ce8@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit References: <90e24d4e041122003850705ce8@mail.gmail.com> Subject: Re: [PHP-DEV] creating detached processes in PHP From: ilya77@gmail.com ("ilya77@gmail.com") Unfortunately no. On win32 for instance, fork() doesn't exist at all. There is a need for a cross-platform unified interface. P.S. please always "reply to all" On Mon, 22 Nov 2004 02:38:41 -0600, Jeremy Johnstone wrote: > If I am following you right, wouldn't a fork() followed by an exec > (one of the many forms) do what you're needing? > > --------------------------- > Jeremy Johnstone > http://www.jeremyjohnstone.com > jsjohnst@php.net > > > > > On Sun, 21 Nov 2004 18:02:51 +0200, ilya77@gmail.com wrote: > > PHP has system() and shell_execute(), but how about spawn() ? > > > > Currently we can only create an asynchronous process only with > > proc_open() or popen(), and then I have to track the pipe(s). > > > > It would be great to "exec and let go" the process. > > > > -- > > PHP Internals - PHP Runtime Development Mailing List > > To unsubscribe, visit: http://www.php.net/unsub.php > > > > > > > -- >