Archives
 
 
 
  Special
 
 
 
  About Us
 
 
 

Newsletter
Free E-mail Newsletter from BYTE.com

 
    
           
Visit the home page Browse the four-year online archive Download platform-neutral CPU/FPU benchmarks Find information for advertisers, authors, vendors, subscribers

ArticlesMonkey in the Middleware


February 1998 / Reviews / Publish and Subscribe Meets the Internet / Monkey in the Middleware

P&S is just one approach to middleware, a category of software that provides a mechanism for connecting different and disparate systems and, increasingly, for supporting truly distributed computing. The following list describes some other middleware approaches.

Remote procedure call (RPC) architectures allow developers to invoke procedures on a server remotely through a procedure call from the client. The server responds to the RPC as if it were invoked locally, simply accepting the client's request and fulfilling it synchronous ly. Programming with RPCs can be complicated because each client must be designed to interface with the appropriate procedure on the server.

Object request brokers (ORBs) define standards for constructing object-oriented distributed applications. The Common Object Request Broker Architecture (CORBA) defines standards for distributed computing over TCP/IP networks using ORBs to pass requests and responses from any client to any server, as long as they are employing CORBA interfaces.

Transaction processing (TP) monitors coordinate and manage distributed updates across multiple databases from a large volume of clients. These monitors manage interactions between clients and servers with a high degree of reliability, maintaining the state of client sessions to provide transactional-quality service, but usually at the price of a complex implementation.

Message-queueing middleware uses the concept of the queue to transmit messages from one system to another. Relying on queues allows these systems to handle the transmission of data asynchronously between systems that may not be on-line at the same time. The message-queue software forwards a message to its destination when the destination is reachable, saving the message for later delivery if the destination is unavailable. Message queueing offers extremely high reliability, but its relatively low performance can make it unsuitable for interactive applications.


Up to the Reviews section contentsGo to previous article: Monkey in the MiddlewareGo to next article: Managing Performance/Reliability Trade-Offs
Flexible C++
Matthew Wilson
My approach to software engineering is far more pragmatic than it is theoretical--and no language better exemplifies this than C++.

more...

BYTE Digest

BYTE Digest editors every month analyze and evaluate the best articles from Information Week, EE Times, Dr. Dobb's Journal, Network Computing, Sys Admin, and dozens of other CMP publications—bringing you critical news and information about wireless communication, computer security, software development, embedded systems, and more!

Find out more

BYTE.com Store

BYTE CD-ROM
NOW, on one CD-ROM, you can instantly access more than 8 years of BYTE.
 
The Best of BYTE Volume 1: Programming Languages
The Best of BYTE
Volume 1: Programming Languages
In this issue of Best of BYTE, we bring together some of the leading programming language designers and implementors...

Copyright © 2005 CMP Media LLC, Privacy Policy, Your California Privacy rights, Terms of Service
Site comments: webmaster@byte.com
SDMG Web Sites: BYTE.com, C/C++ Users Journal, Dr. Dobb's Journal, MSDN Magazine, New Architect, SD Expo, SD Magazine, Sys Admin, The Perl Journal, UnixReview.com, Windows Developer Network