Electricmonk

Ferry Boender

Programmer, DevOpper, Open Source enthusiast.

Blog

DataQ v0.1

Monday, July 11th, 2005

I’ve written a small message and data queueing server in Python. It has a fairly simple text-based protocol featuring single line commands like ‘PUSH queuename This is a message‘. It features FILO and FIFO queues and various queue restricitions like size restrictions, etc.

The basic idea behind DataQ is to make it easy to have multiple clients at various locations to report to a single target which, in turn, can be queried from a single or multiple sources.

The text of all posts on this blog, unless specificly mentioned otherwise, are licensed under this license.