• Title/Summary/Keyword: speed data

Search Result 8,853, Processing Time 0.039 seconds

A Dynamic Transaction Routing Algorithm with Primary Copy Authority (주사본 권한을 이용한 동적 트랜잭션 분배 알고리즘)

  • Kim, Ki-Hyung;Cho, Hang-Rae;Nam, Young-Hwan
    • The KIPS Transactions:PartD
    • /
    • v.10D no.7
    • /
    • pp.1067-1076
    • /
    • 2003
  • Database sharing system (DSS) refers to a system for high performance transaction processing. In DSS, the processing nodes are locally coupled via a high speed network and share a common database at the disk level. Each node has a local memory and a separate copy of operating system. To reduce the number of disk accesses, the node caches database pages in its local memory buffer. In this paper, we propose a dynamic transaction routing algorithm to balance the load of each node in the DSS. The proposed algorithm is novel in the sense that it can support node-specific locality of reference by utilizing the primary copy authority assigned to each node; hence, it can achieve better cache hit ratios and thus fewer disk I/Os. Furthermore, the proposed algorithm avoids a specific node being overloaded by considering the current workload of each node. To evaluate the performance of the proposed algorithm, we develop a simulation model of the DSS, and then analyze the simulation results. The results show that the proposed algorithm outperforms the existing algorithms in the transaction processing rate. Especially the proposed algorithm shows better performance when the number of concurrently executed transactions is high and the data page access patterns of the transactions are not equally distributed.

Experiments on An Network Processor-based Intrusion Detection (네트워크 프로세서 기반의 침입탐지 시스템 구현)

  • Kim, Hyeong-Ju;Kim, Ik-Kyun;Park, Dae-Chul
    • The KIPS Transactions:PartC
    • /
    • v.11C no.3
    • /
    • pp.319-326
    • /
    • 2004
  • To help network intrusion detection systems(NIDSs) keep up with the demands of today's networks, that we the increasing network throughput and amount of attacks, a radical new approach in hardware and software system architecture is required. In this paper, we propose a Network Processor(NP) based In-Line mode NIDS that supports the packet payload inspection detecting the malicious behaviors, as well as the packet filtering and the traffic metering. In particular, we separate the filtering and metering functions from the deep packet inspection function using two-level searching scheme, thus the complicated and time-consuming operation of the deep packet inspection function does not hinder or flop the basic operations of the In-line mode system. From a proto-type NP-based NIDS implemented at a PC platform with an x86 processor running Linux, two Gigabit Ethernet ports, and 2.5Gbps Agere PayloadPlus(APP) NP solution, the experiment results show that our proposed scheme can reliably filter and meter the full traffic of two gigabit ports at the first level even though it can inspect the packet payload up to 320 Mbps in real-time at the second level, which can be compared to the performance of general-purpose processor based Inspection. However, the simulation results show that the deep packet searching is also possible up to 2Gbps in wire speed when we adopt 10Gbps APP solution.

Three-Phase English Syntactic Analysis for Improving the Parsing Efficiency (영어 구문 분석의 효율 개선을 위한 3단계 구문 분석)

  • Kim, Sung-Dong
    • KIPS Transactions on Software and Data Engineering
    • /
    • v.5 no.1
    • /
    • pp.21-28
    • /
    • 2016
  • The performance of an English-Korean machine translation system depends heavily on its English parser. The parser in this paper is a part of the rule-based English-Korean MT system, which includes many syntactic rules and performs the chart-based parsing. The parser generates too many structures due to many syntactic rules, so much time and memory are required. The rule-based parser has difficulty in analyzing and translating the long sentences including the commas because they cause high parsing complexity. In this paper, we propose the 3-phase parsing method with sentence segmentation to efficiently translate the long sentences appearing in usual. Each phase of the syntactic analysis applies its own independent syntactic rules in order to reduce parsing complexity. For the purpose, we classify the syntactic rules into 3 classes and design the 3-phase parsing algorithm. Especially, the syntactic rules in the 3rd class are for the sentence structures composed with commas. We present the automatic rule acquisition method for 3rd class rules from the syntactic analysis of the corpus, with which we aim to continuously improve the coverage of the parsing. The experimental results shows that the proposed 3-phase parsing method is superior to the prior parsing method using only intra-sentence segmentation in terms of the parsing speed/memory efficiency with keeping the translation quality.

Implementation of a TCP/IP Offload Engine Using High Performance Lightweight TCP/IP (고성능 경량 TCP/IP를 이용한 소프트웨어 기반 TCP/IP 오프로드 엔진 구현)

  • Jun, Yong-Tae;Chung, Sang-Hwa;Yoon, In-Su
    • Journal of KIISE:Computing Practices and Letters
    • /
    • v.14 no.4
    • /
    • pp.369-377
    • /
    • 2008
  • Today, Ethernet technology is rapidly developing to have a bandwidth of 10Gbps beyond 1Gbps. In such high-speed networks, the existing method that host CPU processes TCP/IP in the operating system causes numerous overheads. As a result of the overheads, user applications cannot get the enough computing power from the host CPU. To solve this problem, the TCP/IP Offload Engine(TOE) technology was emerged. TOE is a specialized NIC which processes the TCP/IP instead of the host CPU. In this paper, we implemented a high-performance, lightweight TCP/IP(HL-TCP) for the TOE and applied it to an embedded system. The HL-TCP supports existing fundamental TCP/IP functions; flow control, congestion control, retransmission, delayed ACK, processing out-of-order packets. And it was implemented to utilize Ethernet MAC's hardware features such as TCP segmentation offload(TSO), checksum offload(CSO) and interrupt coalescing. Also we eliminated the copy overhead from the host memory to the NIC memory when sending data and we implemented an efficient DMA mechanism for the TCP retransmission. The TOE using the HL-TCP has the CPU utilization of less than 6% and the bandwidth of 453Mbps.

A High Performance Flash Memory Solid State Disk (고성능 플래시 메모리 솔리드 스테이트 디스크)

  • Yoon, Jin-Hyuk;Nam, Eyee-Hyun;Seong, Yoon-Jae;Kim, Hong-Seok;Min, Sang-Lyul;Cho, Yoo-Kun
    • Journal of KIISE:Computing Practices and Letters
    • /
    • v.14 no.4
    • /
    • pp.378-388
    • /
    • 2008
  • Flash memory has been attracting attention as the next mass storage media for mobile computing systems such as notebook computers and UMPC(Ultra Mobile PC)s due to its low power consumption, high shock and vibration resistance, and small size. A storage system with flash memory excels in random read, sequential read, and sequential write. However, it comes short in random write because of flash memory's physical inability to overwrite data, unless first erased. To overcome this shortcoming, we propose an SSD(Solid State Disk) architecture with two novel features. First, we utilize non-volatile FRAM(Ferroelectric RAM) in conjunction with NAND flash memory, and produce a synergy of FRAM's fast access speed and ability to overwrite, and NAND flash memory's low and affordable price. Second, the architecture categorizes host write requests into small random writes and large sequential writes, and processes them with two different buffer management, optimized for each type of write request. This scheme has been implemented into an SSD prototype and evaluated with a standard PC environment benchmark. The result reveals that our architecture outperforms conventional HDD and other commercial SSDs by more than three times in the throughput for random access workloads.

Study on Lateral Flow Distribution and Momentum Analysis at Flood season and Neap tide of the Seokmo Channel in the Han River estuary (소조기 홍수시 한강하구 석모수로에서의 횡 방향 2차 흐름 및 운동량 분석)

  • Choi, Nak Yong;Woo, Seung-Buhm
    • Journal of Korean Society of Coastal and Ocean Engineers
    • /
    • v.24 no.6
    • /
    • pp.390-399
    • /
    • 2012
  • This research observed the cross section current of 7 survey lines in Seokmo Channel of Gyeonggi bay with a lot of freshwater inflow and S-shaped for 13 hours during flood season and neap tide. We indicated the distribution of the current velocity by comprehending the speed and direction of the current velocity of each line during maximum flood, ebb tide and observed the distribution of salinity. Moreover, in order to understand what lateral momentum causes the lateral flow in each survey line, we practiced the momentum analysis through the observation data. As a result, the lateral baroclinic pressure gradient force and vertical friction of the Seokmo channel during neap tide were the strongest, and this is why the flow by the distribution of salinity and stratification most often occurs. In north of the Seokmo channel, where have wide intertidal and a lot of freshwater inflow, the secondary circulation is caused by balance of lateral baroclinic pressure gradient force and other forces, and the vertical friction was strong in the lines with small depth. On the other hand, in the southern part of the Seokmo channel where the water is deep and the waterway is curved, the advective acceleration and centrifugal force become stronger by the geographical causes during ebb and the influence of fresh water. Therefore, the lateral flow in the Seokmo channel was caused by the distribution of the momentum that differs by location, depth, curve, etc.

Development of a Voice-activated Map Information Retrieval System based on MFC (MFC 기반 음성구동 수치지도정보 검색시스템의 구현)

  • Kim, Nag-Cheol;Kim, Tae-Soo;Jo, Myung-Hee;Chung, Hyun-Yeol
    • Journal of the Korean Association of Geographic Information Studies
    • /
    • v.3 no.1
    • /
    • pp.69-77
    • /
    • 2000
  • In retrieving and analyzing digital map information using mouse or key strokes, it needs several times of repeated mouse operation for designating the range of study area. In this study, we proposed a voice activated map information retrieval system for eliminating such repetitions and we realized the system on the personal computer. The system was constructed in two ways - traditional OLE(object linking embedding) method and MFC(Microsoft fundamental class) method in controlling of window display for practical use. In the system performance evaluation, the retrieval data for digital map were consisted of 68 words uttered by 3 male persons which include attribute words and control words for Susung-gu area of Taegu city in a 1:5,000 map. As the results, we obtained the average 98.02% of recognition rate through on-line tests in the office environment and the operating speed of 5.39 seconds by OLE, 10.38 seconds by MFC. These results showed the possibility for practical use of information retrieval system using speech recognition in digital map.

  • PDF

EFFECT OF ETCHING TIME ON SHEAR BOND STRENGTH OF RESIN CEMENTS TO REINFORCED ALL-CERAMIC CROWNS (불산 처리 시간이 강화형 전부도재관과 레진 시멘트의 전단 결합강도에 미치는 영향)

  • Kim Kyoung-Il;Choi Keun-Bae;Ahn Seung-Geun;Park Charn-Woon
    • The Journal of Korean Academy of Prosthodontics
    • /
    • v.42 no.5
    • /
    • pp.501-513
    • /
    • 2004
  • Purpose : The purpose of this study was to evaluate the effects of etching time on shear bond strength of four resin cements to IPS Empress 2 ceramic. Material and Methods: Forty rectangular shape ceramic specimens ($10{\times}15{\times}3.5mm$ size) were used for this study. The ceramic specimens divided into four groups and were etched with 10% hydrofluoric acid for 0, 10, 30, 60, 180, 300, 420, 600, and 900 seconds respectively. Etched surfaces of ceramic specimens were coated with ceramic adhesive system and bonded with four resin cement (Variolink II, Panavia F, Panavia 21, Super-Bond C&B) using acrylic glass tube. All cemented specimens were tested under shear loading untill fracture on universal testing machine at a crosshead speed 1mm/min: the maximum load at fracture (kg) was recored. Shear bond strengh data were analyzed with oneway analysis of variance and Tukey HSD tests (p<.05). Etched ceramic surfaces (0-, 60-, 300-, and 600-seconds etching period) and fracture surfaces after shear testing were examined mophologically using scanning electron microscopy. Results : Ceramic surface treatment with 10% hydrofluoric acid improved the bond strength of three resin cement except for Super-Bond C&B cement. Variolink II (41.0$\pm$2.4 MPa) resin cement at 300-seconds etching time showed statistically higher shear bond strength than the other resin cements (Panavia F: 28.3$\pm$2.3 MPa, Panavia 21: 21.5$\pm$2.2 MPa, Super-Bond C&B: 16.7$\pm$1.6 MPa). Ceramic surface etched with 10% hydrofluoric acid for 300 seconds showed more retentive surface texture. Conclusion: Within the limitation of this study, Variolink II resin cement are suitable for cementation of Empress 2 all-ceramic restorations and etching with 10% hydrofluoric acid for 180 to 300 seconds is required to enhance the bond strength.

[$CO_2$] Emission from Carbon of Marine Fuel Oil in New Ships (신조선에서 연료탄소로부터의 $CO_2$ 배출 특성)

  • Jang Mi-Suk;Kim Eun-Chan;Moon Il-Sung;Lee Jae-Woo;Kwon Oh-Sin
    • Journal of the Korean Society for Marine Environment & Energy
    • /
    • v.9 no.3
    • /
    • pp.148-153
    • /
    • 2006
  • This study dealt with the measurement of exhausted gas concentration, the estimation of a combustion efficiency, and the review of IMO indexing. We concentrated on establishing the basic data to take a counterplan coping with $CO_2$ regulations. The average combustion efficiency was 98% in shop test of new engines and 96.5% in sea trial test of new ships, respectively. It would become lower for the old engine or/and ship. High combustion efficiency results in high $CO_2$ emission and low combustion efficiency results in high emission of incomplete combustion products. The efficient method reducing $CO_2$ emission without an increase in noxious air pollutants would be the development of a substitute fuel and the fuel-efficient and economical engine, and the fair play among shipping agencies in a ship speed. In reviewing of IMO indexing, it is necessary to begin by analyzing the carbon content of a marine fuel for a precise estimates.

  • PDF

THE NONDESTRUCTIVE MEASUREMENT OF THE SOLUBLE SOLID AND ACID CONTENTS OF INTACT PEACH USING VIS/NIR TRANSMITTANCE SPECTRA

  • Hwang, I.G.;Noh, S.H.;Lee, H.Y.;Yang, S.B.
    • Proceedings of the Korean Society for Agricultural Machinery Conference
    • /
    • 2000.11b
    • /
    • pp.210-218
    • /
    • 2000
  • Since the SSC(soluble solid contents) and titratable acidity of fruit are highly concerned to the taste, the need for measuring them by non-destructive technology such as NIR(Visual and Near-infrared) spectroscopy is increasing. Specially, in order to grade the quality of each fruit with a sorter at sorting and packing facilities, technologies for online measurement satisfying the tolerance in terms of accuracy and speed should be developed. Many researches have been done to develop devices to measure the internal qualities of fruit such as SSC, titratable acidity, firmness, etc. with the VIS(Visual)/NIR(Near Infrared) reflectance spectra. The distributions of the SSC, titratable acidity, firmness, etc. are different with respect to the position and depth of fruit, and generally the VIS/NIR light can interact with fruit in a few millimeters of pathlength, and it is very difficult to measure the qualities of inner flesh of fruit. Therefore, to measure the average concentrations of each quality factor such as SSC and titratable acidity with the reflectance-type NIR devices, the spectra of fruit at several positions should be measured. Recently, the interest about the transmittance-type VIS/NIR devices is increasing. NIR light can penetrate through the fruit about 1/10-1/1,000,000 %. Therefore, very intensive light source and very sensitive sensor should be adopted to measure the transmitted light spectra of intact fruit. The ultimate purpose of this study was to develop a device to measure the transmitted light spectra of intact fruit such as apple, pear, peach, etc. With the transmittance-type VIS/NIR device, the feasibility of measurement of the SSC and titratable acidity in intact fruit cultivated in Korea was tested. The results are summarized as follows; A simple measurement device which can measure the transmitted light spectra of intact fruit was constructed with sample holder, two 500W-tungsten halogen lamps, a real-time spectrometer having a very sensitive CCD array sensor and optical fiber probe. With the device, it was possible to measure the transmitted light spectra of intact fruit such as apple, pear and peach. Main factors affecting the intensity of transmitted light spectra were the size of sample, the radiation intensity of light source and the integration time of the detector. Sample holder should be designed so that direct light leakage to the probe could be protected. Preprocessing method to the raw spectrum data significantly influenced the performance of the nondestructive measurement of SSC and titratable acidity of intact fruit. Representative results of PLS models in predicting the SSC of peach were SEP of 0.558 Brix% and R2 of 0.819, and those in predicting titratable acidity were SEP of 0.056% and R2 of 0.655.

  • PDF