Google
 
   
Login
Username:

Password:


Lost Password?

Register now!
Search
Main Menu
top books
Polls
What do you think about php-deluxe.net?
Excellent!
Cool
Hmm..not bad
What the hell is this?
encyclopedia
recommendation
compare webbrowser
Freenet DSL
Who's Online
9 user(s) are online (8 user(s) are browsing encyclopedia)

Members: 0
Guests: 9

more...
browser tip
Unix Befehle
manual of unix befehle
recommendation!
Sponsored
partner

Distributed programming

Distributed programming is a programming paradigm focusing on designing Distributed computing, Distributed computing#openness, scalable, transparent, fault tolerant systems. This paradigm is a natural result of the use of computers to form networks.

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 calls distribute operating system commands over a network connection. Systems like CORBA, Microsoft DCOM, 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, Three-tier (computing), Multitier architecture, Distributed objects, Loosely Coupled, or Computer cluster.

Distributed programming interrelates tightly with concurrent programming so much that they are sometimes not taught as distinct subjects [http://www.cs.technion.ac.il/~cs236370/main.html].

Languages specifically tailored for distributed programming are: *Oz programming language *E programming language *Ada programming language

= See also =

  • = External links =

  • [http://www.mozart-oz.org/mogul/info/category/dp.html MOGUL Oz Distributed Programming]