in reply to Re^3: Daemonized perl and clearing variables...
in thread Daemonized perl and clearing variables...

That is really hard question. Because I didn't run non-compiled code for a while ( almost two months ) and I changed the code many times, here and there etc.

But when I think of it, compiled OR non-compiled code both were running good from command line before and even now sometimes it works for 2-3 hours, just randomly stops. Only thing compilation gives is a warning

( perl perlc -bleach -exe /myScript/APP/myScript myScript.bin );

Out: myScript.bin.c myScript.bin.c: In function āmainā: myScript.bin.c:40456: warning: ISO C90 forbids mixed declarations and +code Exe: /myScript/APP/myScript

Replies are listed 'Best First'.
Re^5: Daemonized perl and clearing variables...
by marto (Cardinal) on May 30, 2013 at 13:16 UTC
      Now I have doubts, tomorrow, I'll try it.