[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: How to run in background through forking in Lua?
- From: Axel Kittenberger <axkibe@...>
- Date: Mon, 3 Jan 2011 16:44:18 +0100
> The Perl code has been running correctly for 10 years without closing file
> descriptors, so it's probably going to be just fine.
Read here:
http://www.manpagez.com/man/3/daemon/
Has been running does not necessary mean correct, might be cause umenu
was always from called from a shell with defined std streams, or you
didnt have a fd open before. This was just a friendly notice, being
one of the tricky things that work 999 of 1000 cases and in the 1
you(r user) has/have absolutely no idea what is going on.