Fwd: Re: [Lilproxy-project] simple daemonology
Status: Pre-Alpha
Brought to you by:
bugg5
|
From: Dominik B. <ki...@we...> - 2001-06-20 07:39:16
|
Seems like Buggs has only replied to me instead to the list...
Greets Dominik
----- Forwarded message from Buggs <bug...@sp...> -----
Date: Tue, 19 Jun 2001 21:46:48 +0200
From: Buggs <bug...@sp...>
Reply-To: Buggs <bug...@sp...>
Subject: Re: [Lilproxy-project] simple daemonology
To: Dominik Berner <ki...@we...>
@Dienstag, 19. Juni 2001 16:20 Dominik Berner:
> shouldn't we redirect the STD's into 'real' .log files instead to
> /dev/null?
Good point.
We should at least have a command line switch for
redirecting STDERR to a logfile.
Anybody read about daemon mode for Win32?
Anybody uses / tests an other OS then Linux / Win32?
*BSD, UNIX, OS2, Plan9, Mac ... anybody?
The daemon mode specific thingies need to be in
a sub, so we can activate it on demand ( command line switch ).
Something like
sub daemonize
{
print "Starting Lilproxy Daemon...\n";
fork() && exit();
}
Have fun,
Buggs
----- End forwarded message -----
--
If you only have a hammer, you tend to see every problem as a nail.
|