큐를 이용한 RPC 알고리즘 설계와 성능 평가

Design and Performance Evaluation of a RPC Algorithm using Queue

  • 윤동식 (아세아 항공전문학교 정보통신학과 주임) ;
  • 이병관 (관동대학교 전자계산공학과)
  • 발행 : 1996.05.01

초록

본 논문에서는 UNLX System V하에서 마이크로, 위크스테이션 그리고 퍼스 널 컴퓨터 다수에서 큐를 이용한 원격 프로시져 호출(Remote Procedure Call:RPC) 알고 리즘을 설계하고 성능 평가 하였다. 기존 RPC 호출 방식으로 원격 프로시쥬어를 호출 한 후에는 반드시 반환이 이루어져야만 다음 명령을 수행할 수 있기 때문에 반환이 이루어지지 않으면 무한정 대기하는 현상이 발생한다. 이 단점을 해결하기 위해 본 논문에서는 큐를 이용한 메세지 전송 방식으로 보안하여 위에서 제시한 문제점을 해결하여 순차적으로 프로세싱할 수 있는 형태로 변경된 원격 프로시쥬어 호출 알고 리즘을 설계 구현하였다.

This paper presents the design technique and the performance evaluation of RPC(remote procedure call) algorithm using queue on the micro computer, works tationand PC's underUNIX SystemV, The existingRPC algorithmis aftercalling remote Procedure, it must has be returned in order torun next instructions. But if it is not done so, it must wait indefinitely. To solve this problem, a message transfer method which used queue is adopted. And the improved RPC algorithm that can process in sequence is designed and implemented.

키워드