Distributed programming: Difference between revisions

Content deleted Content added
Dbroadwell (talk | contribs)
Self (partial) revert + external sources ... it does deserve it's own article ... but is way lacking.
m 1 revision imported from nost:Distributed_programming: import old edit, see User:Graham87/Import
 
(42 intermediate revisions by 21 users not shown)
Line 1:
#REDIRECT [[Distributed computing]]
'''Distributed programming''' falls out of the use of computers to form networks. Distributed programming typically falls into one of several basic categories:
 
* [[Distributed object]]s -- Systems like [[CORBA]], Microsoft [[DCOM |D/COM]], [[Java RMI]] and others, try to map [[object oriented]] design to the network
* [[Loosely coupled]] -- Loosely coupled systems are ones that communicate through intermediate documents that are typically human readable. Examples include [[XML]], [[HTML]], [[SGML]], [[X.500]], and [[EDI]].
 
== External Sources ==
[http://www.mozart-oz.org/mogul/info/category/dp.html MOGUL DP]
 
[[de:Verteiltes System]]