• 제목/요약/키워드: memory sharing

검색결과 172건 처리시간 0.025초

모바일 기기의 실시간 작업 지원을 위한 종단간 자원 관리 기술 (End-to-End Resource Management Techniques for Supporting Real-time Tasks in Mobile Devices)

  • 반효경
    • 한국인터넷방송통신학회논문지
    • /
    • 제22권5호
    • /
    • pp.43-48
    • /
    • 2022
  • 최근 모바일 기기의 성능이 급격히 향상되고 다양한 앱이 등장하면서 대화형 작업뿐 아니라 실시간 작업을 동반하는 앱이 늘고 있다. 한편, 실시간 작업은 데드라인 제약 조건이 있어 종래의 시분할 시스템이 추구하던 자원 관리 정책으로는 실시간 제약 조건을 만족하는 데에 한계가 있다. 본 논문에서는 모바일 기기에서 대화형 작업과 실시간 작업이 동시에 실행될 때 CPU, 메모리, 스토리지로 이어지는 종단간 자원 관리를 어떻게 함으로써 실시간 작업의 제약 조건을 만족하면서 자원의 효율적인 관리가 가능한지에 대해 알아본다. 본 논문에서는 복잡한 자원관리 정책의 제안보다 각 자원들이 실시간 작업의 조건을 만족하기 위해 필요한 기본 개념에 대해 살펴보는 데에 초점을 맞춘다. CPU의 경우 실시간 작업을 위한 전담코어 할당, 메모리의 경우 워킹셋의 일정 비율을 보장하는 방식, 스토리지의 경우 고속 스토리지를 사용하고 문맥교환을 생략하는 방식 등 기본적인 지원 방안을 알아보고 이를 어떻게 효율화할 수 있는지에 대해 알아본다.

GPU 컨테이너 동시 실행에 따른 응용의 간섭 측정 프레임워크 설계 (A design of GPU container co-execution framework measuring interference among applications)

  • 김세진;김윤희
    • KNOM Review
    • /
    • 제23권1호
    • /
    • pp.43-50
    • /
    • 2020
  • 범용 그래픽 처리 장치(General Purpose Graphics Processing Unit, GPGPU)는 최근 고성능 컴퓨팅에서 중요한 역할을 함으로써, 여러 클라우드 서비스 공급업체들은 GPU 서비스를 제공하기 시작했다. 컨테이너를 사용하는 클라우드 환경에서 대부분의 클러스터 오케스트레이션 플랫폼은 정수 개의 GPU를 작업에 할당하고 다른 작업과 이를 공유하는 것을 허용하지 않는다. 이 경우 작업이 GPU에서 코어 및 메모리 등 자원이 집중적으로 필요하지 않다면 GPU 노드의 리소스 사용률이 저하될 수 있다. GPU 가상화는 응용의 동시 수행을 가능하게 하며 자원을 공유할 수 있는 기회를 제공한다. 하지만 응용의 동시 수행 성능은 동시 수행되는 응용의 특성과 노드 안에서 자원 경쟁으로 인한 간섭에 따라 달라질 수 있다. 본 논문은 컨테이너 오케스트레이션 플랫폼인 쿠버네티스(Kubernetes)를 기반으로 다중 서버 생성 및 실행을 통하여 GPU를 공유함으로써 발생할 수 있는 간섭을 측정하기 위한 프레임워크를 제안한다. 본 프레임워크를 통해 다양한 스케줄링 방법으로 GPU에서 여러 작업을 실행함으로써 이에 따른 성능 변화를 조사하였으며, 이를 통해 GPU 메모리 사용량 및 컴퓨팅 리소스만 고려해서는 최적의 스케줄링을 할 수 없음을 보인다. 마지막으로 해당 프레임워크를 사용하여 응용들의 동시 실행에 따라 발생한 간섭을 측정한다.

다중 연속질의에서 슬라이딩 윈도우 집계질의 최적화를 위한 선형 자원공유 기법 (Linear Resource Sharing Method for Query Optimization of Sliding Window Aggregates in Multiple Continuous Queries)

  • 백성하;유병섭;조숙경;배해영
    • 한국정보과학회논문지:데이타베이스
    • /
    • 제33권6호
    • /
    • pp.563-577
    • /
    • 2006
  • 스트림 처리기는 다수의 연속질의에서 제한된 자원을 효율적으로 이용하기 위하여 자원공유 기법을 이용한다. 기존의 기법은 계층구조를 유지하여 집계질의를 처리한다. 그래서 삽입연산은 계층구조 재구성 비용이 필요하다. 또한 검색연산은 서로 다른 슬라이딩 윈도우 크기에 속하는 집계정보 검색비용이 필요하다. 그래서 본 논문에서는 보다 빠른 질의 처리를 위해 선형 자료구조를 사용한다. 제안기법은 팬(Pane)크기 결정단계와 팬 생성단계, 팬 삭제단계로 구성된다. 팬 크기 결정단계는 정확한 집계정보를 유지하기 위한 최적 팬 크기를 결정하는 단계이며, 팬 생성단계는 스트림 버퍼로부터 팬 크기만큼의 데이타에 대한 집계정보를 저장하는 단계이다. 팬 삭제단계는 더 이상 연속질의가 사용하지 않는 팬을 삭제하는 단계이다. 제안 기법은 선형 자료 구조를 이용하므로 계층구조를 이용하는 자료 구조에 비해 자원을 적게 사용한다. 또한 스트림 데이타가 입력되어도 팬 크기에 해당하는 집계정보만 계산하면 되므로 집계정보 삽입비용이 감소하고, 서로 다른 슬라이딩 윈도우 크기에 대해서도 선형검색으로 집계정보 검색비용이 감소한다. 성능평가를 통하여 제안기법이 적은 메모리 사용 결과를 보였으며, 질의 처리 속도가 증가하였다.

Deep Recurrent Neural Network for Multiple Time Slot Frequency Spectrum Predictions of Cognitive Radio

  • Tang, Zhi-ling;Li, Si-min
    • KSII Transactions on Internet and Information Systems (TIIS)
    • /
    • 제11권6호
    • /
    • pp.3029-3045
    • /
    • 2017
  • The main processes of a cognitive radio system include spectrum sensing, spectrum decision, spectrum sharing, and spectrum conversion. Experimental results show that these stages introduce a time delay that affects the spectrum sensing accuracy, reducing its efficiency. To reduce the time delay, the frequency spectrum prediction was proposed to alleviate the burden on the spectrum sensing. In this paper, the deep recurrent neural network (DRNN) was proposed to predict the spectrum of multiple time slots, since the existing methods only predict the spectrum of one time slot. The continuous state of a channel is divided into a many time slots, forming a time series of the channel state. Since there are more hidden layers in the DRNN than in the RNN, the DRNN has fading memory in its bottom layer as well as in the past input. In addition, the extended Kalman filter was used to train the DRNN, which overcomes the problem of slow convergence and the vanishing gradient of the gradient descent method. The spectrum prediction based on the DRNN was verified with a WiFi signal, and the error of the prediction was analyzed. The simulation results proved that the multiple slot spectrum prediction improved the spectrum efficiency and reduced the energy consumption of spectrum sensing.

주문형 비디오 서버를 위한 소프트웨어 RAID의 설계 및 성능 분석 (Design and Performance Evaluation of Software RAID for Video-on-Demand Servers)

  • 고정국
    • 한국산업융합학회 논문집
    • /
    • 제3권2호
    • /
    • pp.167-178
    • /
    • 2000
  • Software RAID(Redundant Arrays of Inexpensive Disks) is defined as a storage system that provides capabilities of hardware RAID, and guarantees high reliability as well as high performance. In this paper, we propose an enhanced disk scheduling algorithm and a scheme to guarantee reliability of data. We also design and implement software RAID by utilizing these mechanism to develop a storage system for multimedia applications. Because the proposed algorithm improves a defect of traditional GSS algorithm that disk I/O requests arc served in a fixed order, it minimizes buffer consumption and reduces the number of deadline miss through service group exchange. Software RAID also alleviates data copy overhead during disk services by sharing kernel memory. Even though the implemented software RAID uses the parity approach to guarantee reliability of data, it adopts different data allocation scheme. Therefore, we reduce disk accesses in logical XOR operations to compute the new parity data on all write operations. In the performance evaluation experiments, we found that if we apply the proposed schemes to implement the Software RAID, it can be used as a storage system for small-sized video-on-demand servers.

  • PDF

E-Commerce Performance Based on Knowledge Management and Organizational Innovativeness

  • LESTARI, Setyani Dwi;MUHDALIHA, Eryco;PUTRA, Aditya Halim Perdana Kusuma
    • 유통과학연구
    • /
    • 제18권2호
    • /
    • pp.49-58
    • /
    • 2020
  • Purpose: This study focuses on the performance of the strategy of Indonesia's companies in facing the development of e-commerce business. The relationship between Knowledge Management (Organizational Memory, Knowledge Sharing, Knowledge Absorption, Knowledge Acceptance), Organizational Innovativeness, Competitive Advantage (Time, Quality, Cost, Flexibility) and E-Commerce (Humanistic Factors: Management, Competence, Organizational Structures) examined in this case study. Research design, data, and methodology: This study uses two types such us qualitative and quantitative. A survey approach were conducted to collect data from the Group of Companies (Director and Manager), Academician (Lecturer), Regulator (Head of Government Institution Division), and Master of Management (at least five years). Total of 114 samples was collected and processed for statistical analysis using Smart PLS. Results: This study provide the findings proved that Knowledge Management and Organization Innovativeness simultaneously have positive influence on Competitive Advantage, while Knowledge Management, Organization Innovativeness, and Competitive Advantage simultaneously have positive influence on E-commerce where Competitive Advantage positively influence to E-commerce. Conclusions: The implementation of strategies or steps in this study are expected to steer and motivate an organization to successfully implement a good knowledge management system to pass on knowledge from generation to generation in the company Organizational Innovativeness strategies to improve e-commerce performance.

우울 청소년의 건강경험 - Newman의 실무연구방법론을 근거로 - (Health Experience of Depressive Adolescents: Reflected from Newman's Praxis Methodology)

  • 권영란;이정숙
    • 대한간호학회지
    • /
    • 제39권2호
    • /
    • pp.217-228
    • /
    • 2009
  • Purpose: Guided by Newman's theory of health as expanding consciousness, this study was done to explore the health experience of adolescents having depression. Methods: The researcher engaged in six to eight in-depth interviews with six adolescents. To begin the dialog, the researcher asked each participant to recount the first important memory he/ she had. All the narrative and diagram sharing between the researcher and participants were summarized according to recognized patterns and later elaborated in following interviews based on Newman's praxis methodology. Results: The significant individual pattern of early health experience was during the binding stage. At the turning point, individual patterns for participants revealed a personal journey of self-discovery and then emergence of reflecting behaviors. After the turning point, the participants changed as they evolved from the initial period of disruption and disorganization to organization at a higher level. The results suggest that adolescents who are depressive find new ways of relating to friends, family, healthcare providers, and the community by expanding their consciousness. Conclusion: Newman's praxis methodology is a good way of helping and studying adolescents with depression because it emphasizes participant-nurse/researcher partnership and pattern recognition as nursing practice.

대형 프레임이 종단 간 전송 성능에 미치는 영향 분석 (An Analysis on the Effect of Extended Frames to the End-to-end Performance)

  • 조진용;곽재승;변옥환
    • 정보처리학회논문지C
    • /
    • 제11C권6호
    • /
    • pp.787-798
    • /
    • 2004
  • 네트워크 가용 대역폭의 확보와 전송 효율성에 대한 고려는 고속/대용량 데이터의 처리를 위해 중요한 요소 기술이다. 대형 프레임의 사용은 TCP의 처리율 향상과 시스템 부하를 감소시켜 전송 효율성을 크게 향상 시킨다. 이러한 대형 프레임의 영향은 LAN 상황 및 시스템 측면에 국한되어 연구되어 왔고 경쟁 트래픽들과의 상관관계에 대한 논의는 충분히 고려되지 않고 있다. 본 논문에서는 다양한 네트워크 환경 하에서 대형 프레임이 트래픽 경로를 공유하는 경쟁 트래픽에 미치는 영향을 네트워크 모의실험을 통해 분석했다. 실험 결과를 통해 대형 프레임의 자원 선점 특성을 완화하기 위해서 가용대역폭의 확보가 중요하며 무손실, 저지연 환경이 대형 프레임을 이용한 종단 간 성능을 크게 향상시킴을 확인한다.

제품 포장 디자인에서의 QR 코드가 브랜드 커뮤니케이션에 미치는 효과 (The Brand Communication Effect of QR Code for Product Package Design)

  • 이광숙;곽보선
    • 한국인쇄학회지
    • /
    • 제29권3호
    • /
    • pp.31-40
    • /
    • 2011
  • Using of QR(Quick Response) code is dramatically extended to various marketing area; not only substitute of bar code but also new tool of PR and marketing. This research attempts to analyze brand communication effect using QR code printed on product package especially in snack product category. Findings are 1) communication effect are different according to the type of book-trailers; 2) cinematic production and animation are the most effective type of book-trailers; 3) for memory and confirmation(sharing), a)stills and straplines, Analysis result of hypothesis I showed that characters of QR code influence on brand attitude. Among dependent variables, only reliability is significant. That means reliability of company and brand using QR code influence on brand attitude. The higher reliability of QR code, the better brand attitude of the brand. Analysis result of hypothesis II found that only reliability is significant on purchasing intention. Reliability of company and product using QR code influences on purchasing intention. The higher reliability of QR code, the higher possibility of purchasing products. Therefore, company can enhance reliability of both company and its products by using QR code. Using QR code will bring high reliability and high brand attitude and purchasing intention.

Exploiting Thread-Level Parallelism in Lockstep Execution by Partially Duplicating a Single Pipeline

  • Oh, Jaeg-Eun;Hwang, Seok-Joong;Nguyen, Huong Giang;Kim, A-Reum;Kim, Seon-Wook;Kim, Chul-Woo;Kim, Jong-Kook
    • ETRI Journal
    • /
    • 제30권4호
    • /
    • pp.576-586
    • /
    • 2008
  • In most parallel loops of embedded applications, every iteration executes the exact same sequence of instructions while manipulating different data. This fact motivates a new compiler-hardware orchestrated execution framework in which all parallel threads share one fetch unit and one decode unit but have their own execution, memory, and write-back units. This resource sharing enables parallel threads to execute in lockstep with minimal hardware extension and compiler support. Our proposed architecture, called multithreaded lockstep execution processor (MLEP), is a compromise between the single-instruction multiple-data (SIMD) and symmetric multithreading/chip multiprocessor (SMT/CMP) solutions. The proposed approach is more favorable than a typical SIMD execution in terms of degree of parallelism, range of applicability, and code generation, and can save more power and chip area than the SMT/CMP approach without significant performance degradation. For the architecture verification, we extend a commercial 32-bit embedded core AE32000C and synthesize it on Xilinx FPGA. Compared to the original architecture, our approach is 13.5% faster with a 2-way MLEP and 33.7% faster with a 4-way MLEP in EEMBC benchmarks which are automatically parallelized by the Intel compiler.

  • PDF