Email as a message queue

July 24th, 2012

Continuing my thoughts on the continued strengths of email, I throw at the following on Twitter and got a a decent amount of interest:

I think there really might be actually something to this. Email as system is very well-understood and the clients and servers are quite optimized. I have to say, I’m tempted to whip up a proof-of-concept!

4 responses

  1. joop comments:

    I read that tweet 3 times yday and I still don’t know what you mean :-)

  2. Peter comments:

    The Wikipedia article on message queues might help. ;-)

  3. joop comments:

    Thanks! Peter, you’re talking about ‘internal message queue’ in your tweet, is that in regard to GTD/Todo management, or are you talking about an app?

  4. Peter comments:

    It’s a tool to use inside an app, to communicate among the various distinct parts. For instance, you might have a web portion and another portion that does slow analytics calculations in the background. You need some way to communicate between the two parts and a message queue is a good way to do that, especially if you’re queuing up work for the analytics service.

Comments are now closed