[XML-DEV Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message]

RE: Categories of Web Service messages: data-oriented vs actio


web service entity single thread
[Bill de hÓra]

>Because at any given time code is being written to get 2 endpoints
>communicating, not n endpoints. The developers are in a hurry working
>under unrealistic deadlines and expectations. So, for any 2 endpoints
>and given enough developer stress, an RPC is the right thing (it gets
>the network out of the way quickly, so you can pretend you're writing
>procedural code in a single thread of execution). Even if you had 3 or 4
>endpoints, you can always decompose the comms into pairs (divide and
>conquer as anti-pattern). Then one day you wake up to find you have
>_lots_ of pairs making RPC calls and trying to reorder of repurpose some
>of them (or heaven forbid, their databases) without breaking something
>else somewhere else is extremely difficult; there's too many
>permutations and the network is suddenly not the sum of its parts
>anymore. You're out of control of the code.

Yup. Its point-to-point versus hub. point-to-point is faster
for setting up bilateral communications but the number of
interconnects is O(n-squared). Hubs require more up-front
work - message taxonomies, routing etc. but scale
O(n).

Sean


PURCHASE STYLUS STUDIO ONLINE TODAY!

Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced!

Buy Stylus Studio Now

Download The World's Best XML IDE!

Accelerate XML development with our award-winning XML IDE - Download a free trial today!

Don't miss another message! Subscribe to this list today.
Email
First Name
Last Name
Company
Subscribe in XML format
RSS 2.0
Atom 0.3
 

Stylus Studio has published XML-DEV in RSS and ATOM formats, enabling users to easily subcribe to the list from their preferred news reader application.


Stylus Studio Sponsored Links are added links designed to provide related and additional information to the visitors of this website. they were not included by the author in the initial post. To view the content without the Sponsor Links please click here.

Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member
Stylus Studio® and DataDirect XQuery ™are products from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2013 All Rights Reserved.