Archive for January, 2009

Jan 11 2009

Bridging the Communication Gap: Now available on Amazon and Barnes and Noble

Published by gojko under articles

My latest book is now in available on Amazon.com and Barnes and Noble. Both stores have it in stock and typically ship it in 24 hours.

No responses yet

Jan 06 2009

Messaging is not just for investment banks

Published by gojko under articles,presentations

In the last week of November, Dave de Florinier and I did a talk on Asynchronous .NET architectures and NServiceBus. The sound of the recording was not that good so some readers asked for a transcript. The following is a transcript of my introduction to the talk, encouraging developers to investigate messaging architectures for mid-size and smaller projects. I’ll try to get the rest of the talk published here soon as well.

Today, we use web and web-related services for content distribution, for remoting, for application partitioning and distribution. It seems that HTTP calls have become a default way to think about distributed systems. HTTP and Web services definitely have a lot to offer, but they are not the only way to do things and there are definitely cases where web is not the right choice. HTTP calls are synchronous, stateless (although there is a state simulation with cookie-based sessions) and generally not that reliable. They are also often one-way, which means that any kind of continuous notification always comes down to polling. When you need asynchronous actions, proper state and reliability or event driven behaviour, Web is not the right choice. Unfortunately, lots of people just stick with web services and hack on, trying to fit a square peg in a round hole. In cases such as these, a different distribution paradigm can save us quite a lot of time and effort both in development and later in maintenance. One of those different paradigms is messaging.

I’m not sure why, but I got the impression that lots of people think that messaging is only for huge systems in investment banks, not something that a small or a mid-size project should consider at all. This is false and now I’ll try to convince you. Continue Reading »

4 responses so far

Jan 02 2009

CloudCamp coming back to London in March

Published by gojko under news

According to the 2009 plan published on the google discussion group, CloudCamp is coming back to the UK in march. The last two events were very interesting, so I’m really looking forward to the third one.

No responses yet

« Prev