• Title/Summary/Keyword: memory application

Search Result 1,091, Processing Time 0.027 seconds

Memory-saving Real-time Collaborative Editing System using Valid-Time Operational Transformation (유효시간 운영변환을 이용한 메모리 절약형 실시간 협업 편집 시스템)

  • Kwon, Oh-Seok;Kim, Young-Bong;Kwon, Oh-Jun;Lee, Suk-Hwan;Kwon, Ki-Ryong
    • Journal of Korea Multimedia Society
    • /
    • v.21 no.2
    • /
    • pp.232-241
    • /
    • 2018
  • Operational Transformation (OT) algorithms for real-time collaborative editing systems are becoming increasingly important due to the increased demand for collaborative data processing. The operational transformation algorithm is a technique for real-time concurrency control and consistency maintenance with non-locking technique, and many studies have been conducted to overcome three issues of convergence, causality-prevention, and intention-prevention. However, previous work has the disadvantage of wasting memory by storing all operations that occurred during an edit operation in the history buffer to solve this problem. Therefore, we propose a memory-saving real-time collaborative editing system that maintains a constant memory space and concurrency control through a method of applying the valid-time to each user-generated operation in order to reduce memory waste. This system prevents long-term memory occupation of client-generated operations, thus it reduces the space and time complexity even with low-rate of collaboration work, so that the performance degradation avoids.

Manipulation of Memory Data Using SQL (SQL을 이용한 메모리 데이터 조작)

  • Ra, Young-Gook;Woo, Won-Seok
    • The Journal of the Korea Contents Association
    • /
    • v.11 no.12
    • /
    • pp.597-610
    • /
    • 2011
  • In database application developments, data coexists in memory and disk spaces. To manipulate the memory data, the general programing languages are used and to manipulate the disk data, SQL is used. In particular, the procedural languages for the memory manipulation are difficult to create and manage than declarative languages such as SQL. Thus, this paper shows that a particular structure of memory data, tree structured, can be manipulated by SQL. Most of all, the model data of the user interfaces can be represented by a tree structure and thus, it can be processed by SQL except non set computations. The non set computations could be done by helper classes. The SQL memory data manipulation is more suited to the database application developments which have few complex computations.

Graphene Oxide Thin Films for Nonvolatile Memory Applications

  • Kim, Jong-Yun;Jeong, Hu-Young;Choi, Hong-Kyw;Yoon, Tae-Hyun;Choi, Sung-Yool
    • Proceedings of the Korean Vacuum Society Conference
    • /
    • 2011.02a
    • /
    • pp.9-9
    • /
    • 2011
  • There has been strong demand for novel nonvolatile memory technology for low-cost, large-area, and low-power flexible electronics applications. Resistive memories based on metal oxide thin films have been extensively studied for application as next-generation nonvolatile memory devices. However, although the metal oxide-based resistive memories have several advantages, such as good scalability, low-power consumption, and fast switching speed, their application to large-area flexible substrates has been limited due to their material characteristics and necessity of a high-temperature fabrication process. As a promising nonvolatile memory technology for large-area flexible applications, we present a graphene oxide-based memory that can be easily fabricated using a room temperature spin-casting method on flexible substrates and has reliable memory performance in terms of retention and endurance. The microscopic origin of the bipolar resistive switching behaviour was elucidated and is attributed to rupture and formation of conducting filaments at the top amorphous interface layer formed between the graphene oxide film and the top Al metal electrode, via high-resolution transmission electron microscopy and in situ x-ray photoemission spectroscopy. This work provides an important step for developing understanding of the fundamental physics of bipolar resistive switching in graphene oxide films, for the application to future flexible electronics.

  • PDF

Application Performance Evaluation in Main Memory Database System (메인메모리 데이터베이스시스템에서의 어플리케이션 성능 평가)

  • Kim, Hee-Wan;Ahn, Yeon S.
    • Journal of Digital Contents Society
    • /
    • v.15 no.5
    • /
    • pp.631-642
    • /
    • 2014
  • The main memory DBMS is operated which the contents of the table that resides on a disk at the same time as the drive is in the memory. However, because the main memory DBMS stores the data and transaction log file using the disk file system, there are a limit to the speed at which the CPU accesses the memory. In this paper, I evaluated the performance through analysis of the application side difference the technology that has been implemented in Altibase system of main memory DBMS and Sybase of disk-based DBMS. When the application performance of main memory DBMS is in comparison with the disk-based DBMS, the performance of main memory DBMS was outperformed 1.24~3.36 times in the single soccer game, and was outperformed 1.29~7.9 times in the soccer game / special soccer. The result of sale transaction response time showed a fast response time of 1.78 ~ 6.09 times.

Preventing Mobile Game Client Memory Manipulation Based on Event Sourcing Patterns and Blockchain (이벤트 소싱 패턴과 블록 체인을 활용한 모바일 게임 클라이언트 메모리 조작 방지 방안)

  • Park, Jihun;Park, Young-Ho
    • Journal of the Korea Institute of Information Security & Cryptology
    • /
    • v.32 no.3
    • /
    • pp.477-486
    • /
    • 2022
  • This study aims to present a method using event sourcing patterns and blockchain as a way to cope with vulnerabilities in memory manipulation at the client level. To verify the plan, the method of running the memory operation application was analyzed, and the performance was compared and analyzed when the memory operation prevention plan was applied by fabricating a test application. As a result of the analysis, the usage of memory increased compared to the method of XOR operation by storing major data in one memory, but it was possible to prevent the operation of the memory operation program without significantly affecting the performance of the game.

Design of the Flash Memory for Image/voice Recorder (화상ㆍ음성 레코더를 위한 플래쉬 메모리 설계)

  • 신필순;김동현;곽윤식;김백기;신재룡
    • Proceedings of the Korean Institute of Information and Commucation Sciences Conference
    • /
    • 2001.10a
    • /
    • pp.567-570
    • /
    • 2001
  • In this paper, we proposed flash memory design method for image and voice recoder based on the standard imageㆍvoice codec algorithm. For implementation of this method we designed image voice browser which is application system of flash memory and card using GDS30C6001 USB controller. To process image and voice data we designed root directory of image and voice files repectively. To extend application of image and voice data we added various information to the system.

  • PDF

Development of Nuclear Power Plant Simulator using Shared Memory Variables (공유메모리 변수를 사용한 원자력발전소 시뮬레이터 개발)

  • 박근옥;서용석
    • Proceedings of the Korea Society for Simulation Conference
    • /
    • 2001.05a
    • /
    • pp.153-156
    • /
    • 2001
  • We have developed CNS(Compact Nuclear Simulator) which can be used for the fundamental training of the nuclear power plant operators. The application software for CNS consists of simulation engine(analyzer code), instructor station software, and man-machine interface software. Each application software is regarded as one black box and the communication of black boxes is performed by the predefined shared memory variables. In this paper, we discuss our experience for CNS development.

  • PDF

An Overview of SiC as the Nonvolatile Random-Access Memory Material

  • Cheong, Kuan Yew
    • Proceedings of the Korean Institute of Electrical and Electronic Material Engineers Conference
    • /
    • 2004.07a
    • /
    • pp.63-66
    • /
    • 2004
  • The extraordinary intrinsic properties of SiC have made this material a suitable choice to use in high temperature, high frequency, and high voltage applications. In additional to these, SiC could be employed as the based material for nonvolatile memory applications, mainly due to its extremely low thermal-generation rate at room temperature. In this paper, the reasons of using this material in this particular application is presented and the development of the application over the past fifteen years is reviewed.

  • PDF

A programmable controller based on the memory-based implementation of a binary-petri net (이진 페트리 네트의 메모리-베이스 구현을 기본으로 하는 프로그래머블 제어기에 관한 연구)

  • 장래혁;박재현;노갑선;권욱현
    • 제어로봇시스템학회:학술대회논문집
    • /
    • 1993.10a
    • /
    • pp.342-347
    • /
    • 1993
  • For a fast evolution, a memory-based implementation of a petri net is discussed. A sub-class petri net model called B-petri net is suggested to make a memory-based implementation feasible in a large size application. The suggested B-petri net is a binary-petri net since only a binary-typed decision, fork and join are allowed. The application of a B-petri nt is focused to a SFC(sequential function chart) program. The memory requirement, speed and computational load are compared with a petri net when they are implementated by a memory-based method.

  • PDF

The Effect of Docosahexaenoic Acid on Brain Function and Acetylcholine Level in Cerebral Cortex of Electroconvulsive Shock Induced Mice (Docosahexaenoic acid가 전기충격성 뇌장애 마우스의 기억력 및 Acetylcholine량 변화에 미치는 영향)

  • 김문정;신정희;윤재순
    • YAKHAK HOEJI
    • /
    • v.39 no.3
    • /
    • pp.231-242
    • /
    • 1995
  • Electroconvulsive shock (ECS) increases the activity of acetylchohnesterase and decreases in brain acetylcholine levels. A large amount of free fatty acids accumulated in the brain tissue affects cerebral blood flow, brain edema and inflammation and results in brain injury. The present study examined the effect of docosahexaenoic acid (DHA) and D,L-pyroglutamic acid (D,L-PCA) on the learning and memory deficit using the passive avoidance failure technique and on the change of acetylcholine and choline level in the cerebral cortex of ECS-induced mice. The application of ECS (25mA, 0.5sec) induced a significant decrease in memory function for 30 min. ECS-induced a significant decrease in cortical acetylcholine and choline levels 1 min following the ECS application, which were almost recovered to ECS control level after 30 min. DHA (20 mg/kg, i.p.). administered 24 hr before shock. prevented the ECS-induced passive avoidance failure and the decrease of acetylcholine level 1 min following the ECS application. DHA failed to elicit a change in cortical choline level. DHA did not affect memory function and the cortical Ach and choline level of normal mice. The administration of D,L-PCA (500 mg/kg, i.p.) increased the effect of DHA on memory function and the change of cortical acetylcholine level of ECS induced mice. These results suggest that DHA treatment may be contributed to the prevention against memory deficit, and to the activation of cholinergic system in the ECS induced mice.

  • PDF