메뉴 여닫기
환경 설정 메뉴 여닫기
개인 메뉴 여닫기
로그인하지 않음
지금 편집한다면 당신의 IP 주소가 공개될 수 있습니다.

Concurrency: 두 판 사이의 차이

noriwiki
새 문서: 분류: 동시성 프로그래밍 In computer science, concurrency is the ability of different parts or units of a program, algorithm, or problem to be executed out-of-order or in partial order, without affecting the final outcome. == 개요 == Concurrency란 컴퓨터 프로그래밍에서 동시에 서로 영향을 주지 않고 실행할 수 있는 프로그램 혹은 알고리즘의 부분을 말한다. 즉 Concurrency 가 앞에 붙은 말은 동시에 실행될수...
 
(차이 없음)

2023년 2월 4일 (토) 04:38 기준 최신판


In computer science, concurrency is the ability of different parts or units of a program, algorithm, or problem to be executed out-of-order or in partial order, without affecting the final outcome. 

개요

Concurrency란 컴퓨터 프로그래밍에서 동시에 서로 영향을 주지 않고 실행할 수 있는 프로그램 혹은 알고리즘의 부분을 말한다. 즉 Concurrency 가 앞에 붙은 말은 동시에 실행될수 있다는 것을 의미한다.

Concurrency한 프로그램은 Commutative하다.
즉 동시성 프로그램은 서로 순서를 바꾸어도 성립한다.