delorie.com/archives/browse.cgi | search |
Mailing-List: | contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm |
List-Subscribe: | <mailto:cygwin-subscribe AT sources DOT redhat DOT com> |
List-Archive: | <http://sources.redhat.com/ml/cygwin/> |
List-Post: | <mailto:cygwin AT sources DOT redhat DOT com> |
List-Help: | <mailto:cygwin-help AT sources DOT redhat DOT com>, <http://sources.redhat.com/ml/#faqs> |
Sender: | cygwin-owner AT sources DOT redhat DOT com |
Delivered-To: | mailing list cygwin AT sources DOT redhat DOT com |
Message-ID: | <3A6314C4.F08C2845@iki.fi> |
Date: | Mon, 15 Jan 2001 17:18:28 +0200 |
From: | Kaatunut <kaatunut AT iki DOT fi> |
Organization: | - |
X-Mailer: | Mozilla 4.61 [en] (X11; I; Linux 2.2.12-20 i586) |
X-Accept-Language: | en |
MIME-Version: | 1.0 |
To: | cygwin AT cygwin DOT com |
Subject: | (detached) background (console) processes |
How do I create a console (well, actually, console-less) process that I can leave running at background- that is, no need for terminal? Under unix, I would just do if (fork()) { exit(0); } // I'm in background now but as I compile that on not-so-old gcc 2.95.2 on win32 (cygwin default compiler or whatever, not mingw32) and run it, the terminal won't detach and let me quit. And if I kill it, the child dies also. I tried searching archives but found nothing useful; however, from one post over two years old I got the impression I should have to detach something. How does this happen? -Kaatunut -- Want to unsubscribe from this list? Check out: http://cygwin.com/ml/#unsubscribe-simple
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |