Subject | English | Korean |
comp., MS | asynchronous agent | 비동기 에이전트 (A task that follows the actor pattern and uses an asynchronous message queue to communicate with other similar tasks. Agents let you take advantage of coarse-grained task parallelism in your applications) |
comp., MS | asynchronous call | 비동기 호출 (A method call that returns to the caller immediately regardless of whether processing has completed. The results of processing are returned through another call on another thread. Asynchronous methods free the caller from having to wait until processing has finished) |
comp., MS | asynchronous communication | 비동기 통신 (A form of data transmission in which information is sent and received at irregular intervals, one character at a time. Because data is received at irregular intervals, the receiving modem must be signaled to let it know when the data bits of a character begin and end. This is done by means of start and stop bits) |
comp., MS | asynchronous communication layer | 비동기 통신 계층 (The layer of AJAX functionality that takes care of communication between the browser and the server) |
comp., MS | asynchronous device | 비동기 장치 (A device whose internal operations are not synchronized with the timing of any other part of the system) |
comp., MS | Asynchronous JavaScript And XML | 비동기 JavaScript 및 XML (A set of technologies consisting of a client-side script framework, server controls, and more) |
comp., MS | asynchronous method call | 비동기 메서드 호출 (A method call that returns to the caller immediately regardless of whether processing has completed. The results of processing are returned through another call on another thread. Asynchronous methods free the caller from having to wait until processing has finished) |
comp., MS | asynchronous moniker | 비동기 모니커 (A moniker class that allows the downloading or binding of objects at differing times, without blocking) |
comp., MS | asynchronous operation | 비동기 작업 (A process whose execution can proceed independently or in the background. Other processes may be started before the asynchronous process has finished) |
comp., MS | asynchronous pattern | 비동기 패턴 (A core technology in the .NET Framework which provides an efficient model to manage asynchronous operations and a consistent programming model) |
comp., MS | asynchronous postback | 비동기 포스트백 (In ASP.NET, the process of sending Web page data (plus viewstate and other necessary metadata) from the browser to the server without a complete postback and without blocking the user from continuing to work in the page. Asynchronous postbacks are an important feature of AJAX technology) |
comp., MS | asynchronous procedure call | 비동기 프로시저 호출 (A function call that executes separately from an executing program when a set of enabling conditions exist. After the conditions have been met, the operating system's kernel issues a software interrupt and directs the executing program to execute the call) |
IT | Asynchronous Transfer Mode | 비동기 전송 모드ATM |
comp., MS | asynchronous transmission | 비동기 전송 (In modem communication, a form of data transmission in which data is sent intermittently, one character at a time, rather than in a steady stream with characters separated by fixed time intervals. Asynchronous transmission relies on the use of a start bit and stop bit(s), in addition to the bits representing the character (and an optional parity bit), to distinguish separate characters) |
comp., MS | event-based asynchronous pattern | 이벤트 기반 비동기 패턴 (A design pattern that uses events to expose asynchronous features of a class) |