Distributed Programming Article Index for
Distributed
Website Links For
Distributed
 

Information About

Distributed Programming




Nearly any Programming Language that has access to the full Hardware of the system could handle distributed programming given enough time and code. Remote Procedure Call s distribute Operating System commands over a network connection. Systems like CORBA , Microsoft D/COM , Java RMI and others, try to map Object Oriented design to the network. Loosely coupled systems that communicate through intermediate documents that are typically human readable are XML , HTML , SGML , X.500 , and EDI .

Distributed programming typically falls into one of several basic architectures or categories: Client-server , 3-tier Architecture , N-tier Architecture , Distributed Object s, Loose Coupling , or Tight Coupling .

Distributed programming interrelates tightly with Concurrent Programming so much that they are sometimes not taught as distinct subjects {Link without Title} .

Languages specifically tailored for distributed programming are:


SEE ALSO




EXTERNAL LINKS