in reply to Daemon problem with sleep()
## Daemon Loop ## while (1) { print LOG "before sleep...\n"; sleep(1); print LOG "after sleep...\n"; }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Daemon problem with sleep()
by almut (Canon) on Dec 17, 2008 at 12:26 UTC | |
|
Re^2: Daemon problem with sleep()
by ikegami (Patriarch) on Dec 17, 2008 at 14:13 UTC | |
by Lawliet (Curate) on Dec 17, 2008 at 19:38 UTC | |
by ikegami (Patriarch) on Dec 17, 2008 at 19:53 UTC |