header

About RDS

Books and Papers

IT Conversations

Weblogs

Newsletter

Clients

Contact

 
 

Would you like to receive a weekly digest of this weblog via email? Sign up to receive my free IT Strategy Letter.

 


Blogarithms

Doug Kaye's thoughts on web services, web hosting and managed services.

Synchronicity and Coupling Jeff Schneider has been thinking and blogging about whether synchronous interaction is necessarily more tightly coupled than asynchronous messaging. It is, Jeff, and here's why: Synchronous interaction is tightly coupled in time. Asynchrony decouples the participants along this dimension. Consider the difference between IM or telephony (sync) and email (async). With the latter, the participants need not be on line at the same time.

And you don't *need* a message-correlation token when communicating asynchronously (as in email), it's just a feature that's often provided by messaging platforms. You can certainly use the fire-and-forget asynchronous model of email and not bother with explicit correlation if it's not required by the underlying application.

It's not so much that a receiver "doesn't care" from whom a message is sent, for of course it does care. Rather, it's the case that the receiver is prepared to accept any message at any time from any sender. That's loose coupling.

As to Jeff's scalability discussion, it's precisely the loose coupling (again, on the time axis) that allows message-based systems to scale so well. A system that can average its load over a 24-hour period can be far less expensive to deploy (10x) than one that must respond within the period of an HTTP or application-layer timeout. The cost is even further reduced by the elimination of the high-availability requirement for such systems.

None of this is to say that there's no place for synchronous architectures. Certainly most applications of web services (by sheer count) are likely to be synchronous, but these are also among the simpler of distributed applications, As the architectures and applications become more complex, the asynchronous model will become increasingly important both for performance and to keep systems loosely coupled.
Posted Monday, June 09, 2003 10:12:32 AM   


 

 

Current Weblogs

Web Hosting Strategies
Web Services Strategies
Noise (personal)
Blogarithms (all)
(more info)

   

Archives

 

Click below for single-day archives of Blogarithms weblogs.

June 2003
Sun Mon Tue Wed Thu Fri Sat
1 2 3 4 5 6 7
8 9 10 11 12 13 14
15 16 17 18 19 20 21
22 23 24 25 26 27 28
29 30          
May   Jul

Click to see the XML version of this web page.

 

All content on this web site is governed by a Creative Commons License.
©2001-2003 Doug Kaye and RDS Strategies LLC (