- LoadBalancingProblem/Leonardong . . . . 6 matches
class SuperComputer:
class SuperComputerTestCase(unittest.TestCase):
com = SuperComputer()
com = SuperComputer()
com = SuperComputer()
com = SuperComputer()
- LoadBalancingProblem . . . . 1 match
SuperComputer 사는 N 개의 CPU 로 이루어진 슈퍼컴퓨터를 제작하였다. 각각의 CPU는 1에서 N 까지 번호가 새겨져 있으며 각각 독립적인 작업을 수행한다. 새로운 작업이 생기면 무작위로 한개의 CPU 에 그 작업이 할당된다. 이럴 경우 어떤 CPU 에는 작업이 엄청 많고 다른 CPU 에는 할당된 작업이 적거나 아예 없는 상황이 발생하게 된다. 이럴경우 각 CPU 에 작업을 적당하게 분배하여야 하는데 각각의 재분배 작업은 N번 CPU가 1-N, 1-N CPU 에 각각 하나씩의 작업을 전달하는 것이다. 차근차근 살펴보면,
Found 2 matching pages out of 7555 total pages (5000 pages are searched)
You can also click here to search title.