Distributed programming: Difference between revisions

Content deleted Content added
No edit summary
Line 9:
* [[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]].
* [[Computer cluster|Tightly coupled]] (clustered) -- refers typically to a set of highly integrated machines that run in parallell the same process in parallell, subdividing the task in parts that are made individually by each one, and then put back together to make the final result.
 
[[de:Verteiltes System]]