Re: daemon under windows

2007-11-14 Thread Martin v. Löwis
> I wrote a simple UNIX daemon (using 2 forks) which does a simple job: it > executes a function, waits for some time, and then executes it again. Now > I'd like to port that to Windows. How do I create daemon on Windows (since > I can't use fork)? On Windows, you develop "services". They are u

daemon under windows

2007-11-14 Thread Nikola Skoric
I wrote a simple UNIX daemon (using 2 forks) which does a simple job: it executes a function, waits for some time, and then executes it again. Now I'd like to port that to Windows. How do I create daemon on Windows (since I can't use fork)? -- "Now the storm has passed over me I'm left to drif