Re: terminate a daemon from my interface
- From: "Thomas Keaney" <se40319 cs may ie>
- To: <dudu rdsnet ro>
- Cc: <gtk-app-devel-list gnome org>
- Subject: Re: terminate a daemon from my interface
- Date: Tue, 9 Mar 2004 15:58:41 -0000
Its an interface I coded using GTK to grab data from a file and write to the
output file. The GUI consists of buttons and a clist. Im using g_spawn_async
in order to run the daemon from my interface. I then want to be able to
terminate the daemon when I click on a button from my interface. But when I
do so it is terminating my user interface as well.
Regards,
Thomas Keaney
4 CSSE
----- Original Message -----
From: "Vlad GALU" <dudu rdsnet ro>
To: "Thomas Keaney" <se40319 cs may ie>
Sent: Tuesday, March 09, 2004 3:55 PM
Subject: Re: terminate a daemon from my interface
On Tue, 9 Mar 2004, Thomas Keaney wrote:
How would I terminate a daemon running from within my interface? At the
moment when I try to terminate the daemon, it also terminates my user
interface.
Regards,
What interface are we talking about ? If it launches the daemon
through execve(), the interface memory space is took over by the daemon,
so when you kill it, there's nothing to return to.
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]