Daemonizing a WebBroker Application on Linux.

Recently I wrote a blog post on using the fork() instruction to create a Daemon under Linux with Delphi. In that post, the Daemon which is created does nothing but enter into an infinite loop. For a recent webinar, I expand on this technique to turn a WebBroker application into a Daemon.

For those of you that weren't able to catch the webinar, he's the replay...


Best viewed full-screen 1080p

And the source code: MyDaemon