http://en.wikipedia.org/wiki/Distributed_system
Distributed computing is a form of parallel computing, but parallel computing is most commonly used to describe program parts running simultaneously on multiple processors in the same computer. Both types of processing require dividing a program into parts that can run simultaneously, but distributed programs often must deal with heterogeneous environments, network links of varing latencies, and unpredictable failure in the network or the computers.
'Papers > Multi_Core기반 테스트' 카테고리의 다른 글
Toward a Benchmark for Multi-Threaded Testing Tools (0) | 2008.07.07 |
---|---|
Performance Analysis for Distributed Parallel Java Programs with Aksum (0) | 2008.07.04 |
Multi-thread in Single procerssor and Multi-processor (0) | 2008.07.04 |
A Survey of MPI Related Debuggers and Tools (0) | 2008.07.02 |
Analysis of Distrubuted Java Application Using Dynamic Inst. (0) | 2008.07.02 |