• Title/Summary/Keyword: Disk I/O sub-system

Search Result 7, Processing Time 0.031 seconds

AN ADVACNCED DISK BLOCK CACHING ALGORITHM FOR DISK I/O SUB-SYSTEM

  • Jung, Soo-Mok;Rho, Kyung-Taeg
    • Journal of the Korean Society for Industrial and Applied Mathematics
    • /
    • v.11 no.3
    • /
    • pp.43-52
    • /
    • 2007
  • A hard disk, which can be classified as an external storage is usually capacious and economical. In spite of the attractive characteristics and efforts on the performance improvement, however, the operation of the hard disk is apparently slower than a processor and the advancement has also been slowly conducted since it is based on mechanical process. On the other hand, the advancement of the processor has been drastically performed as semiconductor technology does. So, disk I/O sub-system becomes bottleneck of computer systems' performance. For this reason, the research on disk I/O sub-system is in progress to improve computer systems' performance. In this paper, we proposed multi-level LRU scheme and then apply it to the computer systems with buffer cache and disk cache. By applying the proposed scheme to computer systems, the average access time to disk blocks can be decreased. The efficiency of the proposed algorithm was verified by simulation results.

  • PDF

Implementation of Disk I/O Sub System in Large Scale Video On Demand Sewer (대규모 VOD서버에서의 DISK I/O SUB SYSTEM의 구현)

  • 선창우;최경희;정기현
    • Proceedings of the IEEK Conference
    • /
    • 1999.11a
    • /
    • pp.1053-1056
    • /
    • 1999
  • Video On Demand servers generally require massive disk storages for storing many video data. Many researches have been done on the topics of efficient allocation of movies in disks. This paper, We describe efficient disk placement techniques and implement storage system with SCSI and PCI Bus interface for efficient data handling. This paper also proposes a logical zone reconstruction method for the SCAN data placement technique. The proposed method reconstructs physical zones into logical zones by split and merge operations.

  • PDF

Advanced Disk Block Caching Algorithm for Disk I/O sub-system (디스크 입출력 서브시스템을 위한 개선된 디스크 블록 캐싱 알고리즘)

  • Jung, Soo-Mok;Rho, Kyung-Taeg
    • Journal of the Korea Society of Computer and Information
    • /
    • v.12 no.6
    • /
    • pp.139-146
    • /
    • 2007
  • A hard disk. which can be classified as an external storage is usually capacious and economical. In spite of the attractive characteristics and efforts on the performance improvement, however, the operation of the hard disk is apparently slower than a processor and the advancement has also been slowly conducted since it is based on mechanical process. On the other hand. the advancement of the processor has been drastically performed as semiconductor technology does. So, disk I/O sub-system becomes bottleneck of computer systems' performance. For this reason. the research on disk I/O sub-system is in progress to improve computer systems' performance. In this paper, we proposed multi-level LRU scheme and then apply it to the computer systems with buffer cache and disk cache. By applying the proposed scheme to computer systems. the average access time to ask blocks can be decreased. The efficiency of the proposed algorithm was verified by simulation results.

  • PDF

GG Tauri A: gas properties and dynamics from the cavity to the outer disk

  • Nguyen, Thi Phuong;Dutrey, Anne;Pham, Ngoc Diep;Chapillon, Edwige;Guilloteau, Stephane;Lee, Chang Won;Di Folco, Emmanuel;Majumdar, Liton;Bary, Jeff;Beck, Tracy L.;Coutens, Audrey;Denis-Alpizar, Otoniel;Melisse, Jean-Paul;Pietu, Vincent;Stoecklin, Thierry;Tang, Yei-Wen
    • The Bulletin of The Korean Astronomical Society
    • /
    • v.46 no.2
    • /
    • pp.38.2-39
    • /
    • 2021
  • I will presents the analysis of the gas properties of the protoplanetary disk surrounding the young low-mass (about 1.2Msun) triple star, GG Tau A. This work makes use of ALMA observations of rotational lines of CO (12CO, 13CO and C18O) together NOEMA observations of a few dozens of other molecules. While the CO emission gives information on the molecular layer close to the disk atmosphere, its less abundant isotopologues 13CO and C18O bring information much deeper in the molecular layer. I will present the analysis of the morphology and kinematics of the gas disk using the CO isotopologues. A radiative transfer model of the ring in CO isotopologues will also be presented. The subtraction of this model from the original data reveals the weak emission of the molecular gas lying inside the cavity. Thus, I am able to evaluate the properties of the gas inside the cavity, such as the gas dynamics, excitation conditions, and the amount of mass in the cavity. High angular resolution observations of CO reveals sprials induced by embedded planet(s) located near the 3:2:1 mean-motion resonance that help to explain the special morphology of the circumbinary disk. I also discuss some chemical properties of the GG Tau A disk. I report the first detection of H2S and C2S in a protoplanetary disk. The molecule abundance relative to 13CO of about twenties other molecules will also be given. In GG Tau A, the detections of rare molecules such as H2S and C2S have been probably possible because the disk is more massive (a factor about 3-5) than other disks where the molecules was searched. Such a large disk mass makes the system suitable to detect rare molecules and to study cold-chemistry in protoplanetary disks.

  • PDF

An Efficient Caching Algorithm to Minimize Duplicated Disk Blocks in 2-level Disk Cache System (2-레벨 디스크 캐쉬 시스템에서 디스크 블록 중복 저장을 최소화하는 효율적인 캐싱 알고리즘)

  • 류갑상;정수목
    • Journal of the Korea Computer Industry Society
    • /
    • v.5 no.1
    • /
    • pp.57-64
    • /
    • 2004
  • The speed gap between processors and disks is a serious problem. So, I/O sub-system limits the performance of computer system. To overcome the speed gap, caches have been used in computer system. By using cache, the access times to disk blocks can be reduced and the performance of computer system can be improved. In this paper, we proposed an efficient cache management algorithm for computer system which have buffer cache and disk cache. The proposed algorithm can minimize the duplicated blocks between buffet cache and disk cache. We evaluate the proposed algorithm by trace-driven simulation. The simulation results show that the proposed algorithm can reduce the mean access time to disk blocks.

  • PDF

The real-time scheduling algorithms based on the Insertion technique and Two-way SCAN technique (삽입기법과 양방향 스캔 기법에 기반한 실시간 디스크 스케줄링 알고리즘)

  • Lee Myung Sub;Park Chang Hyeon
    • The Journal of Korean Institute of Communications and Information Sciences
    • /
    • v.30 no.6B
    • /
    • pp.377-386
    • /
    • 2005
  • Recently, to increase throughput per hour on real-time disk scheduling, a lot of algorithms that apply SCAN technique to EDF(Earliest Deadline First) that is representative real-time disk scheduling algorithm are studied. However, existing disk scheduling algorithms have several limitations because they consider continuous I/O requests when create SCAN group. Also, because SCAN technique was fixed direction, the existing algorithms have shortcoming that there are a lot of time damages. This paper proposes a new real-time disk scheduling algorithm based on the insertion technique and the two-way SCAN technique to solve the problems of the exiting real-time disk scheduling algorithms in hard real-time system. The simulation result shows that, when using our techniques, the disk throughput and the number of serviceable I/O requests are enhanced.

Development and Performance Assessment of the Nakdong River Real-Time Runoff Analysis System Using Distributed Model and Cloud Service (분포형 모형과 클라우드 서비스를 이용한 낙동강 실시간 유출해석시스템 개발 및 성능평가)

  • KIM, Gil-Ho;CHOI, Yun-Seok;WON, Young-Jin;KIM, Kyung-Tak
    • Journal of the Korean Association of Geographic Information Studies
    • /
    • v.20 no.3
    • /
    • pp.12-26
    • /
    • 2017
  • The objective of this study was to develop a runoff analysis system of the Nakdong River watershed using the GRM (Grid-based Rainfall-runoff Model), a physically-based distributed rainfall-runoff model, and to assess the system run time performance according to Microsoft Azure VM (Virtual Machine) settings. Nakdong River watershed was divided into 20 sub-watersheds, and GRM model was constructed for each subwatershed. Runoff analysis of each watershed was calculated in separated CPU process that maintained the upstream and downstream topology. MoLIT (Ministry of Land, Infrastructure and Transport) real-time radar rainfall and dam discharge data were applied to the analysis. Runoff analysis system was run in Azure environment, and simulation results were displayed through web page. Based on this study, the Nakdong River real-time runoff analysis system, which consisted of a real-time data server, calculation node (Azure), and user PC, could be developed. The system performance was more dependent on the CPU than RAM. Disk I/O and calculation bottlenecks could be resolved by distributing disk I/O and calculation processes, respectively, and simulation runtime could thereby be decreased. The study results could be referenced to construct a large watershed runoff analysis system using a distributed model with high resolution spatial and hydrological data.