• Title/Summary/Keyword: 로드 밸런스

Search Result 16, Processing Time 0.02 seconds

A POA Monitoring scheme for effective resource utilization of CORBA POA in embedded environment (Embedded환경에서 CORBA POA의 효율적인 자원활용을 위한 POA Monitoring기법)

  • Kwun Sung-Hyun;Kim Jai-Hoon
    • Proceedings of the Korean Information Science Society Conference
    • /
    • 2005.07a
    • /
    • pp.655-657
    • /
    • 2005
  • 최근 유비쿼터스(Ubiquitous) 시대가 도래함에 따라 홈 네트워킹(Home Networking)환경과 이동컴퓨팅 환경에 주로 사용되는 임베디드 시스템을 효과적으로 이용하기 위해서 미들웨어가 필요하게 되었다. 그러나 임베디드 시스템의 제한된 자원을 효율적으로 이용하기 위해 미들웨어의 최적화가 중요하다. 본 논문에서는 CORBA 컴포넌트(Component)중 POA(Portable Object Adapter)와 ORB(Object Resource Broker)사이의 상황을 모니터링 함으로써 기존 POA의 지속적인 서비스정책을 유동적으로 설정하고 특정 POA에 집중된 Servant들을 로드 밸런스를 한다. 이를 통해 임베디드환경에 맞는 효과적인 CORBA POA를 구성할 수 있는 기법을 제안한다.

  • PDF

An AP Selection Scheme for Enhancement of Multimedia Streaming in Wireless Network Environments (무선 네트워크 환경에서 멀티미디어 서비스를 위한 AP 선정 기법)

  • Ryu, Dong-Woo;Wang, Wei-Bin;Kang, Kyung-Jin
    • Journal of the Korea Academia-Industrial cooperation Society
    • /
    • v.11 no.3
    • /
    • pp.997-1005
    • /
    • 2010
  • Recently, there has been a growing interest in the use of WLAN technology due to its easy deployment, flexibility and so on. Examples of WLAN applications range from standard internet services such as Web access to real-time services with strict latency/throughput requirements such as multimedia video and voice over IP on wireless network environments. Fair and efficient distribution of the traffic loads among APs(Access Points) has become an important issue for improved utilization of WLAN. This paper focuses on an AP selection scheme for achieving better load balance, and hence increasing network resource utilization for each user on wireless network environments. This scheme makes use of active scan patterns and the network delay as main parameters of load measurement and AP selection. This scheme attempts to estimate the AP traffic loads by observing the up/down delay and utilize the results to maximize the link resource efficiency through load balancing. We compared the proposed scheme with the original SNR(Signal to Noise Ratio)-based scheme using the NS-2(Network Simulation.2). We found that the proposed scheme improves the throughput by 12.5% and lower the network up/down link delay by 36.84% and 60.42%, respectively. All in all, the new scheme can significantly increase overall network throughput and reduce up/down delay while providing excellent quality for voice and video services.

The Contact and Parallel Analysis of SPH Using Cartesian Coordinate Based Domain Decomposition Method (Cartesian 좌표기반 동적영역분할을 고려한 SPH의 충돌 및 병렬해석)

  • Moonho Tak
    • Journal of the Korean GEO-environmental Society
    • /
    • v.25 no.4
    • /
    • pp.13-20
    • /
    • 2024
  • In this paper, a parallel analysis algorithm for Smoothed Particle Hydrodynamics (SPH), one of the numerical methods for fluidic materials, is introduced. SPH, which is a meshless method, can represent the behavior of a continuum using a particle-based approach, but it demands substantial computational resources. Therefore, parallel analysis algorithms are essential for SPH simulations. The domain decomposition algorithm, which divides the computational domain into partitions to be independently analyzed, is the most representative method among parallel analysis algorithms. In Discrete Element Method (DEM) and Molecular Dynamics (MD), the Cartesian coordinate-based domain decomposition method is popularly used because it offers advantages in quickly and conveniently accessing particle positions. However, in SPH, it is important to share particle information among partitioned domains because SPH particles are defined based on information from nearby particles within the smoothing length. Additionally, maintaining CPU load balance is crucial. In this study, a highly parallel efficient algorithm is proposed to dynamically minimize the size of orthogonal domain partitions to prevent excess CPU utilization. The efficiency of the proposed method was validated through numerical analysis models. The parallel efficiency of the proposed method is evaluated for up to 30 CPUs for fluidic models, achieving 90% parallel efficiency for up to 28 physical cores.

A Study on the Heuristic Algorithm Development for Load Balance Ratio Increase of Workers in Warehouse (물류창고 불출자 로드밸런스율 증대 휴리스틱 알고리즘 개발)

  • Quan, Yu;Jang, Jung-Hwan;Jang, Jing-Lun;Jho, Yong-chul;Lee, Chang-Ho
    • Journal of the Korea Safety Management & Science
    • /
    • v.19 no.1
    • /
    • pp.203-210
    • /
    • 2017
  • Companies are pursuing the management of small quantity batch production or JIT(Just-in-time) system for improving the delivery response and LOB(Line Balancing) in order to satisfy consumers' increasing demands in the current global economic recession. And in order to improve the growth of production for reducing manufacturing cost, improvements of the Load Balancing have become an important reformation factor. Thus this paper is aimed at warehouse which procures materials on the assembly line in procurement logistics of automotive logistics and proceed with research on heuristic algorithm development which can increase the Load Balancing of workers. As a result of this study, when applied the primary target value, it was verified that the whole workers decreased from 28 to 24. Furthermore, when specified the secondary target value and applied algorithm once more, it was verified that the Load Balance Ratio was improved from 44.96% to 91.7%.

Exploiting Back-end Fusion in Multi-Core Processors (다중 코어 환경에서의 Back-end Fusion 구현)

  • Park, Jong Hyun;Jeong, I Poom;Ro, Won Woo
    • Proceedings of the Korea Information Processing Society Conference
    • /
    • 2014.04a
    • /
    • pp.33-36
    • /
    • 2014
  • 최근 스마트폰이나 태블릿 PC 등의 모바일 디바이스가 상용화 되어감에 따라 그 안에서 핵심적인 처리기능을 담당하는 프로세서의 코어 수가 점차적으로 늘어나고 있다. 많은 수의 코어를 효율적으로 사용하기 위해 여러 가지 메커니즘이 구현되어 있으나, 단일 프로세스를 순차적으로 실행하는 경우 여전히 성능에서의 한계가 존재한다. 병렬화 되어 있지 않은 프로세스의 경우, Amdahl's Law[1]에 따르면 순차적으로 실행을 할 수 밖에 없는 부분이 존재하고, 이 부분은 하나의 코어에서만 실행되기 때문에 많은 연산 자원들이 낭비되는 현상이 발생한다. 본 논문은 다중 코어 환경에서 이러한 잉여자원을 효과적으로 사용하기 위해 Back-end Fusion 이라는 구조를 제안하여 프로세서의 성능 향상을 위한 연구를 진행하였다. Back-end Fusion 이란, 연산 처리를 담당하는 back-end 부분(execution unit, writeback 단계 등)을 필요에 따라 코어 간에 동적으로 재구성하여 성능을 향상시키는 메커니즘이다. 이 재구성된 프로세서의 back-end 를 효율적으로 사용하기 위해, 종속성과 로드 밸런스 등을 고려한 인스트럭션 분배 알고리즘을 함께 제안한다. Intel 사의 x86 Instruction Set Architecture(ISA)를 기반으로 한 시뮬레이터를 이용하여 Back-end Fusion 프로세서의 성능을 측정 해 본 결과 기존의 단일 코어 프로세서에 비해 평균 32.2%의 성능 향상을 확인할 수 있었다.

An experimental study on reefing effect on aerodynamics characteristics of cruciform parachute (십자형 낙하산의 Reefing 효과에 따른 공력특성에 관한 실험연구)

  • Lee, Chang-Gu;Kim, Beom-Soo
    • Journal of the Korean Society for Aeronautical & Space Sciences
    • /
    • v.36 no.7
    • /
    • pp.628-633
    • /
    • 2008
  • Cruciform parachute has advantage in manufacture and expanse compare with circular parachute. But it has disadvantage in stability. Wind tunnel test were conducted to investigate the effects of reefing-line on the cruciform parachutes with the purpose of finding aerodynamics characteristics of the parachute such as drag coefficient, normal force coefficient. Aerodynamics characteristics are measured accurately with 6-components pyramidal balance and load cells which were installed in the fixed-body. Four different models were tested and the test results were compared with each other. The aerodynamics characteristics were changed with reefing-line length. Separation edge was developed due to reefing-line also it made increasing of the stability. The cruciform parachute which improve stability is supposed to be used in variety purpose.