2017-07-13 21:21 GMT-03:00 PICCORO McKAY Lenz :
> the nohup trick not always work.. for that there's the gambas redirection
> print.. that's why i ask previously how i detec if are runnig inside ide..
> if are inside ide. let normal print, if not, redirect...
>
> I am not sure I have understood wh
in part you have right fernando.. but that was dicuss several time
previously.. i want to no made special commands to daemonize my app.. i
want my app are daemon by selft..
now my app are a property daemon.. and every night at 00:00 restart all
setting and starts a new day to regist people..
the
2017-07-13 17:11 GMT-03:00 Tobias Boege said:
> As we discussed recently [1], stdout and stderr are redirected to /dev/null
> when you daemonise, so there is not really any value in wanting to print
> there if you want to make a daemon.
I don't know if I have understood you correctly and comple
ok, thanks.. that's the mail ([1])
the problem of make right answer its the languaje barrier.. in my countrie
its very spensive make a english course, and internet connection are very
slowly and spensive too
Lenz McKAY Gerardo (PICCORO)
http://qgqlochekone.blogspot.com
2017-07-13 16:11 GMT-04:00
On Thu, 13 Jul 2017, PICCORO McKAY Lenz wrote:
> hello toby, when i set the gambas binary to backgroud to runs as daemon
> ...and lauch other gambas process from that gambas ...
>
> then the stdout and stderr does not have that behaviour you said!
> so then?
>
You're wrong, it does exactly what
hello toby, when i set the gambas binary to backgroud to runs as daemon
...and lauch other gambas process from that gambas ...
then the stdout and stderr does not have that behaviour you said!
so then?
Lenz McKAY Gerardo (PICCORO)
http://qgqlochekone.blogspot.com
2017-07-13 14:11 GMT-04:00 Tobia
On Thu, 13 Jul 2017, PICCORO McKAY Lenz wrote:
> how can i log to stdout and stderr my program actions/methods/things ?
>
> note that due vendor/client i cannot use gambas 3.5+ only 3.4... due its
> the already installed..
>
> some time ago benoit respond me that recent version of gambas implemen