REST, You’re doing it wrong.

REST, You’re doing it wrong. Introduction My wife recently expressed her frustration with the abundance of blog posts entitled ‘you’re doing it wrong’, or some approximation there-of; and so I could hardly resist writing one of my own! In this post I’d like to take a look at REST, and how it’s being used, or … Read more

Daemonizing a WebBroker Application on Linux.

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 … Read more