Subject | English | Korean |
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) |
comp., MS | procedure call | 프로시저 호출 (In programming, an instruction that causes a procedure to be executed. A procedure call can be located in another procedure or in the main body of the program) |
comp., MS | procedure level | 프로시저 수준 (Describes any variables or constants declared within a procedure. Variables and constants declared within a procedure are available to that procedure only) |
comp., MS | procedure-level variable | 프로시저 수준 변수 (A variable that is declared within a procedure. Procedure-level variables are always private to the procedure in which they are declared) |
IT | remote procedure call | 원격 절차 호출RPC |
comp., MS | remote procedure call | 원격 프로시저 호출 (A communication mechanism that allows computers to communicate with one another over a network. An RPC consists of a procedure identifier, parameters passed to the procedure, and a value returned to the caller (client computer) after the procedure has executed on the remote system (server computer)) |
comp., MS | stored procedure resolver | 저장 프로시저 해결 프로그램 (A program that is invoked to handle row change-based conflicts that are encountered in an article to which the resolver was registered.) |