Skip to main content
3 events
when toggle format what by license comment
May 23, 2017 at 12:10 history edited URL Rewriter Bot
replaced http://stackoverflow.com/ with https://stackoverflow.com/
Dec 2, 2014 at 5:09 comment added Lucretiel Eh... can't say I'm a fan of processes managing their own double-forking. It's so common an idiom, and so easy to code wrong if you aren't careful. Better to write your process to run in the foreground, and use a system background task manager (systemd, upstart) or other utility (daemon(1)) to handle the forking boilerplate.
Jun 8, 2013 at 17:23 history answered jpaugh CC BY-SA 3.0