• Title/Summary/Keyword: Real-time Database

Search Result 949, Processing Time 0.028 seconds

GIS-based PM10 Concentration Real-time Service (GIS기반 PM10 미세먼지농도 실시간 서비스)

  • Yoon, Hoon Joo;Han, Gwang In;Cho, Sung Ho;Jung, Byung hyuk
    • Journal of Korean Society for Atmospheric Environment
    • /
    • v.31 no.6
    • /
    • pp.585-592
    • /
    • 2015
  • In this study, by applying mobile based GIS and image analysis of particulate matter ($PM_{10}$) concentration in Seoul and Ulsan in Korea, to identify the user's location and also implemented the application to information exchange. It strengthened citizens' access to air quality information through the application and derived the expanded environment information sharing through real-time user participation. Through atmospheric concentrations image analysis, it showed a new environmental information construction possibility. It had the effect of expanding the information collecting through the local user participation on the limited information collected area which place is not yet constructed atmospheric monitoring network. Location-based particulate matter information service application provides a user location's $PM_{10}$ information from the 25 urban air monitoring network real-time database of the Ministry of Environment. Furthermore, if the user sent a picture of the atmosphere to the server, should match the image density values of the database and express on Seoul's maps through the IDW interpolation. And then a $PM_{10}$ concentration result is transmitted to user in real time.

A Hardware Implementation for Real-Time Fingerprint Identification (실시간 지문식별을 위한 하드웨어 구현)

  • Kim Kichul;Kim Min;Chung Yongwha;Pan Sung Bum
    • Journal of the Korea Institute of Information Security & Cryptology
    • /
    • v.14 no.6
    • /
    • pp.79-89
    • /
    • 2004
  • Fingerprint identification consists of user enrollment phase storing user's fingerprint in a database and user identification phase making a candidate list for a given fingerprint. straightforward approach to perform the user identification phase is to scan the entire database sequentially, and takes times for large-scale databases. In this paper, we develop a hardware design which can perform the user identification phase in real-time. Our design employs parallel processing techniques and has been implemented on a PCI-based platform containing an FPGA and SDRAMs. Based on the performance evaluation, our hardware implementation can provide a scalability and perform the fingerprint identification in real-time.

Development of Integrated Slopes Database System for Real-Time Global Web Service (광역 실시간 웹 서비스를 위한 통합 사면 데이터베이스 시스템 개발)

  • Lee, Kyu-Woong;Tscha, Yeong-Whan;Lee, Seung-Ho
    • The Journal of the Korea Contents Association
    • /
    • v.10 no.6
    • /
    • pp.471-479
    • /
    • 2010
  • The main contribution of this paper is to propose the integrated database schema from several research projects included in "The Next Generation New Technology for Rock-falling and Landsliding Project". Furthermore this paper describes the development of integrated standard database system for the slopes databases. We also develop and implement the global real time web service system in order to provide one-stop data service for the slopes. In this paper, the new integrated database paradigm for rock-fall and landsliding data is designed and proposed and also data management system is developed based on the global web service system.

Design and Implementation of Transport and Session Managers in a Multimedia Streaming Framework (멀티미디어 스트리밍 프레임워크에서 전송 및 세션 관리자의 설계 및 구현)

  • Lim, Eak-Jin;Lee, Sung-Young;Jeong, Chang-Yun
    • Journal of KIISE:Computing Practices and Letters
    • /
    • v.7 no.1
    • /
    • pp.24-37
    • /
    • 2001
  • This paper deals with our experience for the design and implementation of Transport and Session managers in the Integrated Streaming Service Architecture (IS SA) that was developed by the authors. The ISSA is a streaming framework that allows to develop integrated multimedia streaming applications such as VOD system in unicast/multicast and real-time broadcastOive-cast). It also facilities standard real-time transport protocols such as RTp(Real-Time Transport Protocol)/RTCP(Real-time Control Protocol) and RTSP(Real-Time Streaming ProtocoD that allows to user openness. The ISSA supports diverse media fonnats and is independent from underlying networks and operating systems, and compatible with the global real-time multimedia database system (BeeHive) so that streaming media are efficiently retrieved, stored, and serviced. The role of the Transport Manager is to do packetization and depacketization for the different types of multimedia data and delivers the packetized media data in real-time. The Transport Manager uses RTP protocol. The role of the Session Manager is to establish and control the media channel by using RTSP protocol and to deliver the database transactions for the multimedia database by using RTTP(Real-Time Transaction Protocol) protocol. Both the Transport and Session Manager are doing their functions through the network interface in the ISSA that allows developers to various network programming interfaces and provides flexibility to the system.

  • PDF

Scalable scheduling techniques for distributed real-time multimedia database systems (분산 실시간 멀티미디어 데이터베이스 시스템을 위한 신축성있는 스케줄링 기법)

  • Kim, Jin-Hwan
    • The KIPS Transactions:PartA
    • /
    • v.9A no.1
    • /
    • pp.9-18
    • /
    • 2002
  • In this paper, we propose scalable scheduling techniques based on EDF to efficiently integrate hard real-time and multimedia soft real-time tasks in the distributed real-time multimedia database system. Hard tasks are guarangteed based on worst case execution times, whereas multimedia soft tasks are served based on mean execution times. This paper describes a served-based scheme for partitioning the CPU bandwidth among different task classes that coexist in the same system. To handle the problem of class overloads characterized by varying number of tasks and varying task arrival rates, thus scheme shows how to adjust the fraction of the CPU bandwidth assigned to each class. This scheme fixes the maximum time that each hard task can execute in the period of the server, whereas it can dynamically change the bandwidth reserved to each multimedia task. The proposed method is capable of minimizing the mean tardiness of multimedia tasks, without jeopardizing the schedulability of the hard tasks. The performance of this scheduling method is compared with that of similar mechanisms through simulation experiments.

A Distributed Real-Time Concurrency Control Scheme using Transaction the Rise of Priority (트랜잭션 우선 순위 상승을 이용한 분산 실시간 병행수행제어 기법)

  • Lee, Jong-Sul;Shin, Jae-Ryong;Cho, Ki-Hyung;Yoo, Jae-Soo
    • Journal of KIISE:Databases
    • /
    • v.28 no.3
    • /
    • pp.484-493
    • /
    • 2001
  • As real-time database systems are extended to the distributed computing environment, the need to apply the existing real-time concurrency control schemes to the distributed computing environment has been made. In this paper we propose an efficient concurrency control scheme for distributed real-time database system. Our proposed scheme guarantees a transaction to commit at its maximum, reduces the restart of a transaction that is on the prepared commit phase, and minimizes the time of the lock holding. This is because it raises the priority of the transaction that is on the prepared commit phase in the distributed real-time computing environment. In addition, it reduces the waiting time of a transaction that owns borrowed data and improves the performance of the system, as a result of lending the data that the transaction with the raised priority holds. We compare the proposed scheme with DO2PL_PA(Distributed Optimistic Two-Phase Locking) and MIRROR(Managing Isolation in Replicated Real-time Object Repositories) protocol in terms of the arrival rate of transactions, the size of transactions, the write probability of transactions, and the replication degree of data in a firm-deadline real-time database system based on two-phase commit protocol. It is shown through the performance evaluation that our scheme outperforms the existing schemes.

  • PDF

Design of Vehicle Location Tracking System using Mobile Interface

  • Chung, Ji-Moon;Choi, Sung;Ryu, Keun-Ho
    • 한국디지털정책학회:학술대회논문집
    • /
    • 2004.11a
    • /
    • pp.185-202
    • /
    • 2004
  • Recent development in wireless computing and GPS technology cause the active development in the application system of location information in real-time environment such as transportation vehicle management, air traffic control and location based system. Especially, study about vehicle location tracking system, which monitors the vehicle's position in a control center, is appeared to be a representative application system. However, the current vehicle location tracking system can not provide vehicle position information that is not stored in a database at a specific time to users. We designed a vehicle location tracking system that could track vehicle location using mobile interface such as PDA. The proposed system consist of a vehicle location retrieving server and a mobile interface. It is provide not only the moving vehicle's current location but also the position at a past and future time which is not stored in database for users.

  • PDF

A Measuring Model of the Position of Moving Vehicle based on Integrated Vehicle Networks for Spatial Database Applications

  • Moon, Hye-Young;Kim, Jin-Deog
    • Journal of information and communication convergence engineering
    • /
    • v.8 no.1
    • /
    • pp.83-88
    • /
    • 2010
  • Recently car navigation systems which have been widely spread and evolved. The systems use various information and techniques such as real time traffic information and augmented reality technique. In order to provide a shortest path with good flow, real-time traffic information provided by DMB is required. Augmented reality technique is also introduced to give a reality to driver by displaying real images captured by camera during driving. However, these operate well when the system receives GPS data normally. Exact information about the positions of vehicles is a base that supports the above function with realities. This paper proposes a model for acquiring exact position of vehicles. When the GPS does not operate normally, the proposed model uses various data which are generated by integrated vehicle networks.

Effective Backup and Real-Time Replication Techniques for HSS System in All-IP Mobile Networks (All-IP 이동 통신망에서 HSS 시스템의 효과적인 백업과 실시간 이중화 기법)

  • Park, Seong-Jin;Park, Hyung-Soo
    • Journal of the Korea Academia-Industrial cooperation Society
    • /
    • v.10 no.4
    • /
    • pp.795-804
    • /
    • 2009
  • An HSS(Home Subscriber Server) system requires a main-memory database on main-memory unit for the real-tine management of the subscriber information in the mobile communication service, in that the system controls not only basic data for handling calls of users, but also additional service data related to user authentication and operational data. Nonetheless, HSS-DBS system, requiring the reliability and stability, need more secure data store method and a back-up technique because the system have a long startup time and the big problem on the failures of main-memory. This paper proposes an efficient back-up replication technique, on the basis of enhancing the stability and performance of HSS system. The proposed shadowing back-up technique adopting the delayed recovery process, can help minimize the real-time back-up overloads by location registration, while the proposed backup replication method enables more stable system operations with replicating the data to remote server in real time.

Alternative Version Concurrency Control Method for firm real-time database systems (대체 버전을 이용한 펌 실시간 데이터베이스 동시성 제어 방법)

  • Hong, Dong-Kweon
    • The Transactions of the Korea Information Processing Society
    • /
    • v.5 no.6
    • /
    • pp.1377-1389
    • /
    • 1998
  • Firm real time transactions on firm real-time database systems arc discarded when they miss their deadlines. as there is no value to completing them after they miss their deadlines. Several approaches that exploit the semantics of firm deadlines to improve the performance of firm real-time database systems have been proposed in the literature. They are based Oil locking or optimistic concurrency controL The performance comparisons of the two approaches differ with svstems load. In this paper. we develop a novel policy termed stop/resume deferred restart policy, and a concurrency control algorithm based on the policy (temled Altcmativc Version Concurrency Contro). When conflicts : due to Pliority) occur our algmithm maintains the immediately restarted VerSlOn as wpll as the stopped version of a transaction in order to use one of the two to meet the firm deadline. At last we show that our policy generates scrializable schedules and show tbat our algorithm performs better than the traditionally used method for wide ranges of the system load for firm deadline transaction.

  • PDF