RISS 학술연구정보서비스

검색
다국어 입력

http://chineseinput.net/에서 pinyin(병음)방식으로 중국어를 변환할 수 있습니다.

변환된 중국어를 복사하여 사용하시면 됩니다.

예시)
  • 中文 을 입력하시려면 zhongwen을 입력하시고 space를누르시면됩니다.
  • 北京 을 입력하시려면 beijing을 입력하시고 space를 누르시면 됩니다.
닫기
    인기검색어 순위 펼치기

    RISS 인기검색어

      소프트웨어 분산공유 메모리를 위한 향상된 하이브리드 프로토콜 = An Improved Hybrid Protocol for Software Distributed Shared Memory

      한글로보기

      https://www.riss.kr/link?id=A82293864

      • 0

        상세조회
      • 0

        다운로드
      서지정보 열기
      • 내보내기
      • 내책장담기
      • 공유하기
      • 오류접수

      부가정보

      국문 초록 (Abstract)

      최근 물리적으로 분산 메모리 하드웨어 상에서 공유메모리 프로그래밍 모델을 제공하는 3소프트웨어 분산 공유 메모리(Distributed Shared Memory, DSM) 시스템을 위해 여러 프로토콜이 등장하고 있다. 본 논문에서는 기존의 동적 복원 프로토콜인 하이브리드 프로토콜[11]의 성능향상을 제한하는 두 가지 문제를 밝혀내고 이를 개선하기 위한 향상된 하이브리드 프로토콜을 제안한다. 이 프로토콜은 동기화 시점에서 기존 프로토콜과 같이 과거에 어떤 페이지를 이미 접근한 프로세스에 대해서 복원 프로토콜을 적용할 뿐만 아니라 그 페이지에 접근한 프로세스의 수가 선택된 파라미터 값 이상이면 모든 프로세스에 대해 복원 프로토콜을 적용한다. 제안한 프로토콜을 DSM 시스템인 CVM에 구현하고, 100Mbps인 Ethernet으로 연결된 8대의 Sun ultra1상에서 6개의 응용 프로그램에 대해 성능평가를 수행하였다. 그 결과 원격 프로세스에 대한 수정정보 요구 메시지의 수를 평균 16% 감소시켰고, 4개의 응용프로그램에서 2-5%의 성능향상을 얻었다.
      번역하기

      최근 물리적으로 분산 메모리 하드웨어 상에서 공유메모리 프로그래밍 모델을 제공하는 3소프트웨어 분산 공유 메모리(Distributed Shared Memory, DSM) 시스템을 위해 여러 프로토콜이 등장하고 있...

      최근 물리적으로 분산 메모리 하드웨어 상에서 공유메모리 프로그래밍 모델을 제공하는 3소프트웨어 분산 공유 메모리(Distributed Shared Memory, DSM) 시스템을 위해 여러 프로토콜이 등장하고 있다. 본 논문에서는 기존의 동적 복원 프로토콜인 하이브리드 프로토콜[11]의 성능향상을 제한하는 두 가지 문제를 밝혀내고 이를 개선하기 위한 향상된 하이브리드 프로토콜을 제안한다. 이 프로토콜은 동기화 시점에서 기존 프로토콜과 같이 과거에 어떤 페이지를 이미 접근한 프로세스에 대해서 복원 프로토콜을 적용할 뿐만 아니라 그 페이지에 접근한 프로세스의 수가 선택된 파라미터 값 이상이면 모든 프로세스에 대해 복원 프로토콜을 적용한다. 제안한 프로토콜을 DSM 시스템인 CVM에 구현하고, 100Mbps인 Ethernet으로 연결된 8대의 Sun ultra1상에서 6개의 응용 프로그램에 대해 성능평가를 수행하였다. 그 결과 원격 프로세스에 대한 수정정보 요구 메시지의 수를 평균 16% 감소시켰고, 4개의 응용프로그램에서 2-5%의 성능향상을 얻었다.

      더보기

      다국어 초록 (Multilingual Abstract)

      Recently, many different protocols have been proposed for software Distributed Shared Memory (DSM) that provides a shared-memory programming model on distributed memory hardware. This paper identifies two problems that deteriorate the performance of a hybrid protocol, an adaptive invalidate/update protocol, and then proposes an improved hybrid protocol to solve these problems. At the point of synchronization, the proposed protocol applies an update protocol not only to the processors previously accessing the page, as in the existing protocol, but also to all processors if the number of processors previously accessing the page is larger than a given parameter value. The proposed protocol was implemented in CVM, a software DSM system, and evaluated on eight Sun-ultra1 workstations. For these applications we obtained 16% reduction on the average in the number of remote modification-data request messages, which results in 2-5% improvement in execution time for four applications.
      번역하기

      Recently, many different protocols have been proposed for software Distributed Shared Memory (DSM) that provides a shared-memory programming model on distributed memory hardware. This paper identifies two problems that deteriorate the performance of a...

      Recently, many different protocols have been proposed for software Distributed Shared Memory (DSM) that provides a shared-memory programming model on distributed memory hardware. This paper identifies two problems that deteriorate the performance of a hybrid protocol, an adaptive invalidate/update protocol, and then proposes an improved hybrid protocol to solve these problems. At the point of synchronization, the proposed protocol applies an update protocol not only to the processors previously accessing the page, as in the existing protocol, but also to all processors if the number of processors previously accessing the page is larger than a given parameter value. The proposed protocol was implemented in CVM, a software DSM system, and evaluated on eight Sun-ultra1 workstations. For these applications we obtained 16% reduction on the average in the number of remote modification-data request messages, which results in 2-5% improvement in execution time for four applications.

      더보기

      목차 (Table of Contents)

      • 요약
      • Abstract
      • 1. 서론
      • 2. 관련연구
      • 3. LH 프로토콜의 한계
      • 요약
      • Abstract
      • 1. 서론
      • 2. 관련연구
      • 3. LH 프로토콜의 한계
      • 4. 제안한 향상된 늦은 하이브리드(Improved Lazy Hybrid, ILH) 프로토콜
      • 5. 구현 및 성능평가
      • 6. 파라미터 α의 결정
      • 7. 결론
      • 참고문헌
      • 저자소개
      더보기

      동일학술지(권/호) 다른 논문

      동일학술지 더보기

      더보기

      분석정보

      View

      상세정보조회

      0

      Usage

      원문다운로드

      0

      대출신청

      0

      복사신청

      0

      EDDS신청

      0

      동일 주제 내 활용도 TOP

      더보기

      주제

      연도별 연구동향

      연도별 활용동향

      연관논문

      연구자 네트워크맵

      공동연구자 (7)

      유사연구자 (20) 활용도상위20명

      이 자료와 함께 이용한 RISS 자료

      나만을 위한 추천자료

      해외이동버튼