Skip to content

Commit

Permalink
Translate ko/glossary/synchronous/index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
gidongkwon committed Jun 5, 2021
1 parent 311ff53 commit 2967782
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions files/ko/glossary/synchronous/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
---
title: 동기
slug: Glossary/Synchronous
tags:
- Glossary
- Web
- WebMechanics
- 용어집
- 웹
---
<p><em>동기</em>는 통신에서 각 참여자가 실시간으로 즉시(혹은 최대한 즉시에 가깝게) 메시지를 받는(필요하다면 처리하고 응답을 보내는 것 까지) 것을 말합니다.</p>

<p>사람의 경우 전화를 예시로 들 수 있습니다. 전화를 받는 도중에는 상대방에게 바로 반응하곤 하니까요.</p>

<p>많은 프로그래밍 명령어는 동기적으로 동작합니다. 어떤 계산을 입력하면, 여러분이 그렇게 하지 않도록 프로그래밍 하지 않는 이상 환경은 즉시 결과를 반환합니다.</p>

<h2 id="Learn_more">더 알아보기</h2>

<h3 id="Technical_reference">기술 참고서</h3>

<ul>
<li>{{glossary("Asynchronous")}}</li>
<li><a href="/ko/docs/Web/API/XMLHttpRequest">XMLHttpRequest()</a> {{glossary("API")}}를 사용하는 <a href="/ko/docs/Web/API/XMLHttpRequest/Synchronous_and_Asynchronous_Requests">동기/비동기 통신</a></li>
</ul>

0 comments on commit 2967782

Please sign in to comment.