• Title/Summary/Keyword: standard workloads

Search Result 14, Processing Time 0.018 seconds

Development of a Delivery Workload Management System for Measuring and Balancing Standard Workload of Mailmen (집배부하량 산정 및 평준화를 위한 집배부하 관리시스템 개발)

  • Cha, Chun-Nam;Sun, Ji-Ung;Park, Moon-Sung
    • IE interfaces
    • /
    • v.24 no.4
    • /
    • pp.435-446
    • /
    • 2011
  • Performance measures play a critical role in formulating mail delivery strategies and evaluating actual results. Nevertheless, the existing method and corresponding system to determine the standard workloads of mailmen is developed without careful consideration of real delivery environments and various requirements of mailmen. Hence, the current system is insufficient for optimal management of workloads and shows substantial gaps when compared to the results of actual work-site. This study considers how to improve the current workload management system of mailmen. We first performed the as-is analysis of the mail delivery service and then developed a prototype of advanced delivery workload management system. The to-be system consists of five subsystems which can be grouped into three categories; master data management, workloads management, performance analysis. Our results can be a valuable guide for the development of real system for measuring and balancing the workloads of mailmen.

Cache Replacement Policy Based on Dynamic Counter for High Performance Processor (고성능 프로세서를 위한 카운터 기반의 캐시 교체 알고리즘)

  • Jung, Do Young;Lee, Yong Surk
    • Journal of the Institute of Electronics and Information Engineers
    • /
    • v.50 no.4
    • /
    • pp.52-58
    • /
    • 2013
  • Replacement policy is one of the key factors determining the effectiveness of a cache. The LRU replacement policy has remained the standard for caches for many years. However, the traditional LRU has ineffective performance in zero-reuse line intensive workloads, although it performs well in high temporal locality workloads. To address this problem, We propose a new replacement policy; DCR(Dynamic Counter based Replacement) policy. A temporal locality of workload dynamically changes across time and DCR policy is based on the detection of these changing. DCR policy improves cache miss rate over a traditional LRU policy, by as much as 2.7% at maximum and 0.47% at average.

Climate Warming and Occupational Heat and Hot Environment Standards in Thailand

  • Phanprasit, Wantanee;Rittaprom, Kannikar;Dokkem, Sumitra;Meeyai, Aronrag C.;Boonyayothin, Vorakamol;Jaakkola, Jouni J.K.;Nayha, Simo
    • Safety and Health at Work
    • /
    • v.12 no.1
    • /
    • pp.119-126
    • /
    • 2021
  • Background: During the period 2001 to 2016, the maximum temperatures in Thailand rose from 38-41℃ to 42-44℃. The current occupational heat exposure standard of Thailand issued in 2006 is based on wet bulb globe temperature (WBGT) defined for three workload levels without a work-rest regimen. This study examined whether the present standard still protects most workers. Methods: The sample comprised 168 heat acclimatized workers (90 in construction sites, 78 in foundries). Heart rate and auditory canal temperature were recorded continuously for 2 hours. Workplace WBGT, relative humidity, and wind velocity were monitored, and the participants' workloads were estimated. Heat-related symptoms and signs were collected by a questionnaire. Results: Only 55% of the participants worked in workplaces complying with the heat standard. Of them, 79% had auditory canal temperature ≤ 38.5℃, compared with only 58% in noncompliant workplaces. 18% and 43% of the workers in compliant and noncompliant workplaces, respectively, had symptoms from heat stress, the trend being similar across all workload levels. An increase of one degree (C) in WBGT was associated with a 1.85-fold increase (95% confidence interval: 1.44-2.48) in odds for having symptoms. Conclusion: Compliance with the current occupational heat standard protects 4/5 of the workers, whereas noncompliance reduces this proportion to one half. The reasons for noncompliance include the gaps and ambiguities in the law. The law should specify work/rest schedules; outdoor work should be identified as an occupational heat hazard; and the staff should include occupational personnel to manage heat stress in establishments involving heat exposure.

An Effective Push Fault Management Algorithm for Distributed Object Replica based on Standard Middleware (표준 미들웨어 기반 분산 객체 리플리카를 위한 효과적 푸쉬 결함 관리 알고리즘)

  • Kim Boon-Hee
    • Journal of the Korea Society of Computer and Information
    • /
    • v.10 no.6 s.38
    • /
    • pp.37-46
    • /
    • 2005
  • In Processing many operations based on distributed environment, it is very important to support the reliability of resources. Providers of resources generally adapt the structure of server-replication to support the reliability of services. Tn server side, it maintains replicas. duplicated server objects. In the structure of this replication, service of stable replica is very important. Therefore the structure to diagnosis the fault of such replica is required. In this Paper, we suggested an effective PUSH fault management algorithm based on PUSH monitoring style of CORBAto overcome weak points of the PULL monitoring style of the replication management system in the distributed object system. Outcomes of the suggested PUSH fault monitoring style were better than other system. We confirmed valuable result in the workloads and timeout-rates.

  • PDF

An Approach for Construction of Shipyard Simulation Environment based on Neutral File Format (중립파일 기반의 조선소 시뮬레이션 환경에 관한 연구)

  • Woo, Jong Hun;Hwang, Yoon-Suk;Nam, Jong-Ho
    • Journal of the Society of Naval Architects of Korea
    • /
    • v.53 no.1
    • /
    • pp.18-28
    • /
    • 2016
  • In shipbuilding, the scheduling system is susceptible to sudden changes and thus it turns to be difficult to predict the differences between schedule and production records in advance. A computer-based simulation is commonly utilized to overcome the discrepancies occurred in estimating workloads and resulting processing times. The main drawback of this simulation-based solution is its limited applicability because, in most cases, each shipyard requires specific and customized simulation environment. By standardizing the planning data of the midterm scheduling system, as proposed in this paper, the efficiency of the current simulation model can be enhanced. To present an alternative approach, this paper begins with the analysis of the complex planning data structure of several shipyards and then proceeds to construct a standard data structure based on the neutral format. An interface application is developed for the data transaction and simulation in on-line environment. As a result, a simulation-based production management of shipyards can be achieved by the efficient prediction of planning and scheduling.

Algorithmic GPGPU Memory Optimization

  • Jang, Byunghyun;Choi, Minsu;Kim, Kyung Ki
    • JSTS:Journal of Semiconductor Technology and Science
    • /
    • v.14 no.4
    • /
    • pp.391-406
    • /
    • 2014
  • The performance of General-Purpose computation on Graphics Processing Units (GPGPU) is heavily dependent on the memory access behavior. This sensitivity is due to a combination of the underlying Massively Parallel Processing (MPP) execution model present on GPUs and the lack of architectural support to handle irregular memory access patterns. Application performance can be significantly improved by applying memory-access-pattern-aware optimizations that can exploit knowledge of the characteristics of each access pattern. In this paper, we present an algorithmic methodology to semi-automatically find the best mapping of memory accesses present in serial loop nest to underlying data-parallel architectures based on a comprehensive static memory access pattern analysis. To that end we present a simple, yet powerful, mathematical model that captures all memory access pattern information present in serial data-parallel loop nests. We then show how this model is used in practice to select the most appropriate memory space for data and to search for an appropriate thread mapping and work group size from a large design space. To evaluate the effectiveness of our methodology, we report on execution speedup using selected benchmark kernels that cover a wide range of memory access patterns commonly found in GPGPU workloads. Our experimental results are reported using the industry standard heterogeneous programming language, OpenCL, targeting the NVIDIA GT200 architecture.

CDISC Transformer: a metadata-based transformation tool for clinical trial and research data into CDISC standards

  • Park, Yu-Rang;Kim, Hye-Hyeon;Seo, Hwa-Jeong;Kim, Ju-Han
    • KSII Transactions on Internet and Information Systems (TIIS)
    • /
    • v.5 no.10
    • /
    • pp.1830-1840
    • /
    • 2011
  • CDISC (Clinical Data Interchanging Standards Consortium) standards are to support the acquisition, exchange, submission and archival of clinical trial and research data. SDTM (Study Data Tabulation Model) for Case Report Forms (CRFs) was recommended for U.S. Food and Drug Administration (FDA) regulatory submissions since 2004. Although the SDTM Implementation Guide gives a standardized and predefined collection of submission metadata 'domains' containing extensive variable collections, transforming CRFs to SDTM files for FDA submission is still a very hard and time-consuming task. For addressing this issue, we developed metadata based SDTM mapping rules. Using these mapping rules, we also developed a semi-automatic tool, named CDISC Transformer, for transforming clinical trial data to CDISC standard compliant data. The performance of CDISC Transformer with or without MDR support was evaluated using CDISC blank CRF as the 'gold standard'. Both MDR and user inquiry-supported transformation substantially improved the accuracy of our transformation rules. CDISC Transformer will greatly reduce the workloads and enhance standardized data entry and integration for clinical trial and research in various healthcare domains.

A Study on Worker Exposure to Chromium and Degreasing Solvent at Eleetroplating Operation in Small Industry in Korea (우리나라 중소기업 도금공정 근로자의 크롬 및 세척제 폭로에 관한 연구)

  • Paik, Nam Won;Zong, Moon Shik;Lee, Hong Keun;Yun, Chung Ski;Ceong, Hoe Kyeong;Lee, Kyeong Hee;Lee, Na Roo
    • Journal of Korean Society of Occupational and Environmental Hygiene
    • /
    • v.3 no.1
    • /
    • pp.110-126
    • /
    • 1993
  • Worker exposures to total chromium, hexavalent chromium (VI), sulfuric acid and alkaline dust at electroplating operations and worker exposures to trichloroethylene (TCE) and methyl chloroform (MCM) at degreasing operations in eleven small industrial plants were evaluated. Appropriate local exhaust ventilation systems for both operations were designed and recommended. Results of the study are summarized as follows ; 1. Out of 134 measurements for airborne hexavalent chromium concentrations, seven were exceeding the Korean occupational health standard of $50{\mu}g/m^3$ and 45 were exceeding the NIOSH standard of $1{\mu}g/m^3$. With an exception of one measurement, concentrations of total chromium were below the Korean standard of $500{\mu}g/m^3$. 2. Worker exposures to chromium were closely related to the existing control methods at the electroplating operations. Local exhaust systems, partial coverage of the tank surface, and antifoaming agents on liquid surface were adopted as control methods. 3. With an exception of one sample, airborne concentrations of sulfuric acid and alkaline dusts were below the applicable occupational heatlth standards. 4. Three plants indicated that airborne concentrations of TCE and MCM were exceeding the Korean standards. Other plants showed lower concentrations than the standards. It should be noted that generally, the activities and workloads on the day of surveys were less than normal. 5. Since the most existing ventilation systems did not satisfy the ACGIH criteria, the ventilation systems should be improved. Some examples for designing appropriate ventilation systems are presented.

  • PDF

Design and Implementation of Internet GIS based on ObjectWeb (ObjectWeb을 기반으로 한 Internet GIS의 설계 및 구현)

  • Kang, Myoung-Soo;Choy, Yoon-Chul;Koh, Kyun
    • Journal of KIISE:Computing Practices and Letters
    • /
    • v.6 no.4
    • /
    • pp.441-447
    • /
    • 2000
  • In this paper, we design and implement an Internet GIS based on ObjectWeb, which makes to use various distributed services and object paradigm. We use CORBA, which is the standard of distributed object middleware and supports interoperability and reusability regardless of the execution environment and the implementation language of a distributed code, so that it easily extends established systems in networking environment and accesses distributed heterogeneous spatial data. Our method distributes parts of user interactive tasks to clients to reduce and to improve the system performance while existing approaches concentrate all workloads on a server. We implement a travel information system on the developed IGIS. Users receive services from remote servers employing a Java client system running on a web browser.

  • PDF

Adaptive Path Index for Efficient U Query Processing (효율적인 XML 질의 처리를 위한 적응형 경로 인덱스)

  • 민준기;심규석;정진완
    • Journal of KIISE:Databases
    • /
    • v.31 no.1
    • /
    • pp.61-71
    • /
    • 2004
  • XML can describe a wide range of data, from regular to irregular and from flat to deeply nested. Thus, XML is rapidly emerging as the do facto standard for the Web document format since XML supports an efficient data exchange and integration. Also, to retrieve the data represented by XML, several XML query languages are proposed. XML query languages such as XPath and XQuery use path expressions to traverse irregularly structured data which comprise B% elements. To evaluate path expressions, various path indexes are proposed. However, traditional path indexes are constructed by utilizing only the XML data structure. Therefore, in this paper, we propose an adaptive path index which utilizes the XML data structure as well as query workloads. To improve the query performance, the adaptive path index proposed by this paper manages the frequently used paths and the structural summary of the XML data using a hash tree and a graph structure. Experimental results show that the adaptive path index improves the query performance typically 2 to 69 times compared with the existing indexes.