Justin Rudd's Radio Weblog
News from the forest

 












Click to see the XML version of this web page.

Click here to send an email to the editor of this weblog.

 

 

  Tuesday, April 30, 2002


Message passing or distributed objects?. [Ingo Rammer's DotNetCentric]

Hm...do I currently work for a company that uses messages or distributed objects?  Ask marketing and they say messages (ask them why they believe that and I get a blank stare).  Ask engineering and I get a blank stare. :-)  What do I believe?  I believe that we are using a messaging system. 

With a messaging system, I can route on subject (i.e. the SOAPAction) or I can route on content (i.e. the FQN of the body element or a particular SOAP header).  Messaging to me is sending data from one location to another with anonymity.  Processing it along the way (or just routing it to the next location).  It is also inherently asynchronous.  I fire the message into the ether and it gets processed.  Maybe sometime later I get a response or maybe I never do.  Messaging lends itself to the publish/subscribe paradigm as well.  I can subscribe to some message store that will give me all the messages with a specific content or subject.  Tuple spaces are a good example of this.  In fact RogueWave has an XML Space called Ruple

But to answer Ingo's question - "where would you draw the line between a distributed object system and message based one?" - I use messages to move data between disparate systems.  For example, when I receive a packet of data from the GPRS network, I put it into a queue for someone else to process.  Part of that processing may require tremendous resources.  There I might use a distributed object to move that processing to one particular machine (or cluster of machines).

In closing - remember in the good ol' days of OOP programming (as told by one of my professors), no one called it "calling a method".  They called it "sending a message".  Allen Holub used this nomenclature all the time in his writings[1].

[1]I use the past tense here because I haven't read any of his recent works.


7:16:00 PM    

"Since the REST gods have yet to smite me, I figured I would tempt fate with a little essay: Google's Genius".[Sam Ruby]

Very good essay.  It seems that I am not crazy in thinking that SOAP is the wire protocol

One of my favorite lines from the essay - "To pick a wire format for which there are dozens of toolkits poised to directly translate the protocol into readily consumable bits".


6:43:45 PM    

Microsoft spills the beans on Topaz [IDG InfoWorld]

Another tool that would make my life easier at my bill paying job.  But will I get it?  Of course not.


6:34:54 PM    



Click here to visit the Radio UserLand website. © Copyright 2002 Justin Rudd.
Last update: 5/2/2002; 10:12:21 PM.

April 2002
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        
Mar   May