• Title/Summary/Keyword: Execution time

Search Result 1,941, Processing Time 0.025 seconds

Analysis of Performance, Energy-efficiency and Temperature for 3D Multi-core Processors according to Floorplan Methods (플로어플랜 기법에 따른 3차원 멀티코어 프로세서의 성능, 전력효율성, 온도 분석)

  • Choi, Hong-Jun;Son, Dong-Oh;Kim, Jong-Myon;Kim, Cheol-Hong
    • The KIPS Transactions:PartA
    • /
    • v.17A no.6
    • /
    • pp.265-274
    • /
    • 2010
  • As the process technology scales down and integration densities continue to increase, interconnection has become one of the most important factors in performance of recent multi-core processors. Recently, to reduce the delay due to interconnection, 3D architecture has been adopted in designing multi-core processors. In 3D multi-core processors, multiple cores are stacked vertically and each core on different layers are connected by direct vertical TSVs(through-silicon vias). Compared to 2D multi-core architecture, 3D multi-core architecture reduces wire length significantly, leading to decreased interconnection delay and lower power consumption. Despite the benefits mentioned above, 3D design technique cannot be practical without proper solutions for hotspots due to high temperature. In this paper, we propose three floorplan schemes for reducing the peak temperature in 3D multi-core processors. According to our simulation results, the proposed floorplan schemes are expected to mitigate the thermal problems of 3D multi-core processors efficiently, resulting in improved reliability. Moreover, processor performance improves by reducing the performance degradation due to DTM techniques. Power consumption also can be reduced by decreased temperature and reduced execution time.

APC: An Adaptive Page Prefetching Control Scheme in Virtual Memory System (APC: 가상 메모리 시스템에서 적응적 페이지 선반입 제어 기법)

  • Ahn, Woo-Hyun;Yang, Jong-Cheol;Oh, Jae-Won
    • Journal of KIISE:Computer Systems and Theory
    • /
    • v.37 no.3
    • /
    • pp.172-183
    • /
    • 2010
  • Virtual memory systems (VM) reduce disk I/Os caused by page faults using page prefetching, which reads pages together with a desired page at a page fault in a single disk I/O. Operating systems including 4.4BSD attempt to prefetch as many pages as possible at a page fault regardless of page access patterns of applications. However, such an approach increases a disk access time taken to service a page fault when a high portion of the prefetched pages is not referenced. More seriously, the approach can cause the memory pollution, a problem that prefetched pages not to be accessed evict another pages that will be referenced soon. To solve these problems, we propose an adaptive page prefetching control scheme (APC), which periodically monitors access patterns of prefetched pages in a process unit. Such a pattern is represented as the ratio of referenced pages among prefetched ones before they are evicted from memory. Then APC uses the ratio to adjust the number of pages that 4.4BSD VM intends to prefetch at a page fault. Thus APC allows 4.4BSD VM to prefetch a proper number of pages to have a better effect on reducing disk I/Os, though page access patterns of an application vary in runtime. The experiment of our technique implemented in FreeBSD 6.2 shows that APC improves the execution times of SOR, SMM, and FFT benchmarks over 4.4BSD VM by up to 57%.

Optimizing Multi-way Join Query Over Data Streams (데이타 스트림에서의 다중 조인 질의 최적화 방법)

  • Park, Hong-Kyu;Lee, Won-Suk
    • Journal of KIISE:Databases
    • /
    • v.35 no.6
    • /
    • pp.459-468
    • /
    • 2008
  • A data stream which is a massive unbounded sequence of data elements continuously generated at a rapid rate. Many recent research activities for emerging applications often need to deal with the data stream. Such applications can be web click monitoring, sensor data processing, network traffic analysis. telephone records and multi-media data. For this. data processing over a data stream are not performed on the stored data but performed the newly updated data with pre-registered queries, and then return a result immediately or periodically. Recently, many studies are focused on dealing with a data stream more than a stored data set. Especially. there are many researches to optimize continuous queries in order to perform them efficiently. This paper proposes a query optimization algorithm to manage continuous query which has multiple join operators(Multi-way join) over data streams. It is called by an Extended Greedy query optimization based on a greedy algorithm. It defines a join cost by a required operation to compute a join and an operation to process a result and then stores all information for computing join cost and join cost in the statistics catalog. To overcome a weak point of greedy algorithm which has poor performance, the algorithm selects the set of operators with a small lay, instead of operator with the smallest cost. The set is influenced the accuracy and execution time of the algorithm and can be controlled adaptively by two user-defined values. Experiment results illustrate the performance of the EGA algorithm in various stream environments.

Design and Implementation of Service based Virtual Screening System in Grids (그리드에서 서비스 기반 가상 탐색 시스템 설계 및 구현)

  • Lee, Hwa-Min;Chin, Sung-Ho;Lee, Jong-Hyuk;Lee, Dae-Won;Park, Seong-Bin;Yu, Heon-Chang
    • Journal of KIISE:Computer Systems and Theory
    • /
    • v.35 no.6
    • /
    • pp.237-247
    • /
    • 2008
  • A virtual screening is the process of reducing an unmanageable number of compounds to a limited number of compounds for the target of interest by means of computational techniques such as molecular docking. And it is one of a large-scale scientific application that requires large computing power and data storage capability. Previous applications or softwares for molecular docking such as AutoDock, FlexX, Glide, DOCK, LigandFit, ViSION were developed to be run on a supercomputer, a workstation, or a cluster-computer. However the virtual screening using a supercomputer has a problem that a supercomputer is very expensive and the virtual screening using a workstation or a cluster-computer requires a long execution time. Thus we propose a service-based virtual screening system using Grid computing technology which supports a large data intensive operation. We constructed 3-dimensional chemical molecular database for virtual screening. And we designed a resource broker and a data broker for supporting efficient molecular docking service and proposed various services for virtual screening. We implemented service based virtual screening system with DOCK 5.0 and Globus 3.2 toolkit. Our system can reduce a timeline and cost of drug or new material design.

Development of a Framework for Anti-Collision System of Moving Drilling Machines on a Drill Floor (시추 작업장의 이동식 시추 장비 충돌 방지 시스템을 위한 프레임워크 개발)

  • Lee, Jaeyong
    • Journal of the Korea Academia-Industrial cooperation Society
    • /
    • v.21 no.4
    • /
    • pp.330-336
    • /
    • 2020
  • An anti-collision system between equipment is essential on a drill floor where multiple moving machines are operated simultaneously. This is to prevent accidents by halting the machines when required, by inspecting possibility of a collision based on the relative position data sent by the equipment. In this paper, we propose a framework for an Anti-Collision System (ACS) by considering expandability of the number of machines and computational speed, to promote development of drilling machines and corresponding ACS software. Each drilling equipment is represented as an object in the software with its own message format, and the message is constructed with serialization/deserialization to manage any additional equipment or data. The data handling process receives the current status of machines from the drilling control network, and relays a collision related message (including bypass signal) back to the machines. A commercial visualization software shows the bounding boxes moving with the equipment and indicates probable collision. It has been determined that the proposed system maintains total execution time below 5ms to process data from the network and relay the information hence, the system has no effect on the machine control systems having 100ms control cycle.

A Study on the Design of DICOM Integration Engine in the Ubiquitous Computing Environments (유비쿼터스 컴퓨팅 환경에서의 DICOM 설계에 대한 연구)

  • Im, In-Chul;Ha, An-Rye;Kim, Chang-Soo;Hwang, In-Chul;Ok, Chi-Sang
    • Journal of radiological science and technology
    • /
    • v.28 no.4
    • /
    • pp.307-315
    • /
    • 2005
  • In the ubiquitous computing environments, ICT industries of current society are developed in enormous growth. Medicine or patients with mobile devices can access at any time, any place. The medical procedures at the patient bedside are out of the scope of current systems, which means that patient record and image data access during the medical visit or the execution, recording and confirmation of the medicine prescriptions, still do not enjoy computerized support. Today, the exchange of medical images and clinical information is well defined by DICOM and HL7 standards. The DICOM independent terminal equipment image access system was developed in which a DICOM Engine acts as the gateway between a PACS DB and user's terminal. Implementation system is compatible with most currently available Integration system models. This paper presents a software technology where the medical and nursing staff will be equipped with any device connected by wire and wireless to a central server that provides access to the electronic patient records and that will actively inform about tasks pending distribution. The prototype described in this article implements a medical images and structured reports server that makes the search and recovery of data stored in the DICOM standard possible.

  • PDF

A Study on the educational program model for the citizens on patrol (시민자율방범 교육프로그램 개발에 관한 연구)

  • Kang, Yong-Gil
    • Korean Security Journal
    • /
    • no.39
    • /
    • pp.63-93
    • /
    • 2014
  • The importance of citizen as a key of community safety has increased, and the legislation to support the citizen's activities is continued. However systematic and detailed action plans are not enough to something. Thus, the purpose of this research is to develop the educational program model for the citizens on patrol for the improvement of practical use. The methods of this research are to make and suggest the educational program for citizens on patrol by literature review and cases analysis of educational program implemented one years ago. The findings are suggested as belows. First, the learners need the contents can be practically used in the field and sufficient time of education. Second, the subgoal to achieve the ultimate goal of education program model should be established as 'customer-centered, field-oriented, competence reinforcement', and driving strategy must be composed of four stages as plan-design-implementation-evaluation. Also, for strategy of each stage, detailed sub-strategies from preparation to execution of education have to be considered. Third, education program must be categorized by basic-intermediate-expert courses depending on the level of learners, and theoretically and practically oriented curriculum subjects are organized in balance by each course.

  • PDF

Generation of the Building Layer of Large-scale Digital Map Using Multi-Oblique Images (다방향 경사영상을 이용한 대축척 수치지도 건물레이어 제작)

  • Song, Jai-Youl;Lee, Byoung-Kil
    • Journal of the Korean Society of Surveying, Geodesy, Photogrammetry and Cartography
    • /
    • v.29 no.6
    • /
    • pp.621-629
    • /
    • 2011
  • According to the development of technologies for generating the 3D spatial information, the needs for producing and updating the precise 3D objects with LoD 4 level are increased. On the other hand, the needs for real-time updating of 2D digital maps are expanded, based on the execution of various GIS projects. These 2D informations can be extracted from precisely constructed 3D spatial information, to do this the feasibility studies on extraction of the 2D information from the 3D spatial information is needed. In this study, 3D objects are modeled using multi-oblique images, and the objects are stereo-plotted using digital airborne images, as well. Then the two data sets are compared and analyzed. The results show that the accuracy assessments fulfill the 1/1,000 digital map accuracy standard of regulations for photogrametric surveying of National Geographic Information Institute, but the shapes and the areas of building objects are different between two data sets because of the portrayal standards. Consequently, researchers can conclude that it is possible to generate the building layer of large scale topographic map using multi-oblique images, but additional researches is needed to resolve the problems on differences of the portrayal standards.

A study on the Use of Low and Wet Land By Underdrainage(1) (암반비수에 의한 저온지이용에 관한 연구(1))

  • 주재홍
    • Magazine of the Korean Society of Agricultural Engineers
    • /
    • v.10 no.2
    • /
    • pp.1454-1459
    • /
    • 1968
  • Althow underdrainage has been studied for long time, it is the first attempt in Korea to execute using PVC(Plastic) suction pipes in the low and wet field. First, an execution plot and a control plot were set, and the drainage method and soil temprature in the excuted plot have been examined. The growth of crops and the yeild, the improvement of soil and water quality of irrigation are to be dealt during the next experimental period. The experimental method and the results obtained through the experimentations are as follows: Method 1) Depth: 1meter. interval: 5meters Trench was performed by labor. 2) PVC(plastic) sucking pipe filters were wound with glass nylon. 3) Two. horizontal looks were set in the 5a. plot. Results 1) The soil temprature in the excuted plot went up by $1.2^{\circ}C$ in average than in the control plot during the two years(1966-67) of irrigation period, and the maximum temprature raised a day was $3^{\circ}C$ 2) The under ground water level in the executed plot went down by 45cm. 3) The yield increases were 64% in potato, 57% in barley, and 21% in rice. The yield, soil, and the quality of irrigated water will be experimented during the next experemental period.

  • PDF

Preparation and Characterization of Cellulosic Forward Osmosis Membranes (셀룰로오스 계 고분자를 이용한 정삼투막의 제조 및 특성)

  • Jeong, Bo-Reum;Kim, Jong-Hak;Kim, Beom-Sik;Park, Yoo-In;Song, Du-Hyun;Kim, In-Chul
    • Membrane Journal
    • /
    • v.20 no.3
    • /
    • pp.222-227
    • /
    • 2010
  • The purpose of this study is to prepare forward osmosis (FO) membranes using a variety of cellulose-based polymers and to evaluate the performance of difference depending on each of the polymers and additives. Forward osmosis membranes based on cellulose acetate (CA) and cellulose triacetate (CTA) were prepared through phase inversion. The performance of FO membranes developed, such as flux and salt rejection, was compared under the osmotically- and pressure-driven conditions. In CA FO membranes, the execution time of solvent evaporation and membrane annealing induced the change in membrane performance. But the performance of CTA FO membrane was improved by using additives rather than annealing. Moreover, the flux of CTA FO membrane was $4.46\;L/m^2hr$ but that of CA/CTA FO membrane was $8.89\;L/m^2hr$ in FO mode. The CTA FO membrane with blending CA was more efficient to increase FO permeate flow rather than using a single polymer membrane.