• Title/Summary/Keyword: 메시지 기반 인터페이스

Search Result 142, Processing Time 0.024 seconds

A Design of Standard interface and ORT on TMO Kernel (TMO 커널 상에서의 표준 인터페이스 및 ORT의 설계와 구현)

  • Woo, Chang-Hyun;Kim, Jung-Guk
    • Proceedings of the Korean Information Science Society Conference
    • /
    • 2007.06b
    • /
    • pp.368-371
    • /
    • 2007
  • 본 논문에서는 분산 실시간 객체 모델인 TMO 엔진의 공식적인 배포와 지속적인 관리를 위하여 커널기반 TMO 모델 위에 UCIrvine의 TMO 표준 인터페이스에 맞추어 라이브러리를 설계하고 구현하였다. 표준 인터페이스의 제공을 위하여 개발된 라이브러리에서는 본 연구실에서 개발되었던 TMO-eCos의 기존 인터페이스 위에 채널 기반의 통신 API인 Gate, RMMC를 설계하였으며, 로컬 혹은 분산 IPC 메시지의 정시성을 보장하기 위해 제안된 ORT를 추가적으로 설계하고 구현하였다.

  • PDF

Development of Efficient Risk Analysis and Productivity Improvement System in Interface Communication Environment (인터페이스 통신 기반 개발 환경에서의 효율적인 위험도 분석 및 생산성 향상 시스템 개발)

  • Song, TaeIll;Hong, ChoongSeon;Kim, KyeongSu;Choi, HongSuk;Jeong, WonSik;Won, JongSeop
    • KIISE Transactions on Computing Practices
    • /
    • v.22 no.12
    • /
    • pp.632-645
    • /
    • 2016
  • The enterprise environment, various interface systems are utilized for business processes and for exchange of messages. In the interface communication environment, as business complexity increases, the interface system is connected with numerous systems. With increasing number of linked systems, there is a proportional increase in the workforce, leading to a rise in numerous risks (inconsistency of information, non-compliance with standards, etc.). To solve the problem, we propose a system for managing and centralizing information of the message based interface system. The proposed system enables information integration management, message information distribution, standard code generation, risk management and risk evasion. Using the proposed system, the in development environment user can prevent inconsistent information, analyze risk, avoid risk, distribute information automatically and create a standard code. Ultimately, there is an increase in user productivity and it is possible to evade the risks involved.

A Study on the performance improvement of 3GPP User Data Convergence (3GPP UDC 성능 향상에 관한 연구)

  • Jeon, Seunghun;Park, Cheol-Soo;Kim, Jin-Tea;Lee, Sunghwa
    • The Journal of the Institute of Internet, Broadcasting and Communication
    • /
    • v.19 no.2
    • /
    • pp.53-58
    • /
    • 2019
  • In this paper, we propose a new definition for the Private interface communication protocol structures order to improve the performance of LDAP-based Ud interface. Performance tests were separated by LDAP-based interface method and Private based interface method and analyzed the results of the performance test. As a result, it was confirmed the amount of processing of the received message and the response message to the result of the performance test that the Private based Ud interface method is 1.7 times(avg.) higher than the LDAP based Ud interface method.

The Message Scheduling Algorithm of Connector in the Software Composition (컴포넌트 합성에서 커넥터의 메시지 스케쥴링 알고리즘)

  • Jeong, Hwa-Young
    • Journal of Internet Computing and Services
    • /
    • v.8 no.6
    • /
    • pp.87-93
    • /
    • 2007
  • In the component based software development, it is very important to interface between modules of component. Almost of existing method, Connectors are deal with all communication channels between two or more components/interfaces by RPC(Remote procedure call) and event call. But these process has limits when component send a lot of request call to other component through connector. That is, we need more efficient interface method that connector can process multi request call. In this paper, I propose interaction scheduling algorithm using message queue in the connector. For this purpose, I use message buffer which operate to save and load message temporarily.

  • PDF

A Method to Monitoring of HUB&Spoke-based Asynchronous Messaging on EAI (HUB&Spoke기반 비동기 메시징 방식의 EAI 모니터링 방안)

  • Seo, Yong-Seok
    • Proceedings of the Korea Information Processing Society Conference
    • /
    • 2010.04a
    • /
    • pp.1086-1089
    • /
    • 2010
  • 전사적 어플리케이션 통합(EAI)은 메시지 전달, 메시지 라우팅, 메시지 변환 등 시스템 간 데이터 및 어플리케이션 통합을 위한 기능을 제공하고 있다. 하지만 EAI솔루션은 Spoke 시스템 및 EAI HUB의 시스템 안정성과 메시지 전달 신뢰도 확보 방안에 대한 표준이 제공되고 있지 않다. 본 논문에서는 구간별, 유형별로 발생하는 시스템 및 어플리케이션 모니터링과 업무 데이터가 EAI를 거쳐 전달되는 과정에 대한 인터페이스 모니터링을 종합적으로 관리하는 방법으로 EAI 솔루션에 대한 상태 파악과 업무 인터페이스 데이터의 진행 상황을 실시간으로 확인 가능하도록 구축 한 사례를 들어 EAI의 안정된 운영과 신뢰도를 향상시킬 수 있는 방안을 제시한다.

Implementation of HL7 Interface Engine for Medical Information Exchange (의료정보 공유를 위한 HL7 인터페이스 엔진 구현)

  • Hwang, Deuk-Young
    • Journal of the Korea Society of Computer and Information
    • /
    • v.15 no.8
    • /
    • pp.89-98
    • /
    • 2010
  • Recently supply of Internet is bringing a important change in medical environments. The hospitals which had a different system is required the system that can efficiently share and exchange medical information. In order to transmission medical information between systems, the Health Level Seven(HL7) interface engine development that can convert medical data to HL7 messages is necessary. The HL7 is a standard protocol for data exchange in healthcare environments. In this paper, I implemented HL7 interface engine for Alzheimer's disease in elderly care facility. The interface engine is composed of the client system and the server system. The client system inputs user's medical care data for the aged, and builds them into HL7 message stream. HL7 messages in the client system transmitted over TCP/IP protocol to the server system. The server system parses and validates this messages stream to the segments and fields and then transmits acknowledgement to the client system. I implemented it using the Java and JavaCC. The study of interface engine implementation can be used meaningfully in electronic health record, telemedicine system, and medical information sharing among various healthcare institutions.

A study about Architecture to guarantee real-time service for Personal Robot based on module (모듈 기반 퍼스널 로봇에서 실시간 서비스 지원을 위한 구조에 관한 연구)

  • 이주성;박홍성
    • Proceedings of the IEEK Conference
    • /
    • 2003.07a
    • /
    • pp.278-281
    • /
    • 2003
  • 본 논문에서는 모듈 기반 퍼스널 로봇 네트워크에서 실시간 서비스를 보장하기 위한 구조에 대하여 기술하였다. 모듈 기반 퍼스널 로봇 네트워크에서는 각기 다른 특징을 가지고 있는 이종의 네트워크 인터페이스를 사용한다. 이런한 환경에서 퍼스널 로봇 제어 메시지의 실시간 전송을 보장하기 위해 각 네트워크 인터페이스의 특징을 고려해 리소스 등을 관리하여 동적으로 할당하는 기능을 효과적으로 수행할 수 있는 구조에 대하여 제안하였다.

  • PDF

Supporting Media using XML-based Messages on Online Conversational Activity (온라인 대화 행위에서 XML 기반 메시지를 이용한 미디어 지원)

  • Kim, Kyung-Deok
    • The KIPS Transactions:PartB
    • /
    • v.11B no.1
    • /
    • pp.91-98
    • /
    • 2004
  • This paper proposes how to support various media on online conversational activity using XML(extensible Markup Language). The method converts media information into XML based messages and handles alike conventional text based messages. The XML based messages are unified to an XML document, and then a HTML document is generated using the XML and an XSLT documents in a server. A user in each client can play or present media through the hyperlink that is associated media information on the HTML document. The suggested method supports use of various media (text, image, audio, video, documents, etc) and efficient maintenance of font size, color, and style on messages according to extension and modification of XML tags. For application, this paper implemented the system to support media that has client and server architecture on online conversational activity. A user in each client inputs text or media based message using JAVA applet and servlet on the system, and conversational messages on every users' interfaces are automatically updated whenever a user inputs new message. Media on conversational messages are played or presented according to a user's click on hyperlink. Applications for the media presentation are as follows : distance learning, online game, collaboration, etc.

The Design and Implementation of the Priority Queue-based HAVi Messaging System (우선순위 큐 기반의 HAVi 메시지 시스템 설계 및 구현)

  • Lee, Bo-Ik;Oh, Bong-Jin;Kim, Young-Kuk
    • Proceedings of the Korea Information Processing Society Conference
    • /
    • 2003.05b
    • /
    • pp.1047-1050
    • /
    • 2003
  • 최근 HAVi의 기반이 되는 IEEE1394는 기존의 멀티미디어 데이터를 지원하는 장비의 인터페이스 이외에도 실시간성이 요구되는 백색가전 제어 시스템에 적용이 되고 있으며 그 응용분야가 점차 확대되고 있다. HAVi는 순차적인 방식으로 메시지를 전달하므로 시급한 이벤트가 발생된 경우 기존의 많은 메시지로 인해 그 처리가 지연되어 문제가 발생될 수 있다. 따라서 본 논문에서는 우선순위 기반의 메시지 전송 기능을 추가한 HAVi 시스템의 설계 및 구현에 대해 기술한다.

  • PDF

Design and Implementation of the Web-based Mail System Using SSL and PGP (SSL과 PGP를 이용한 웹 기반 메일 시스템의 설계 및 구현)

  • 신승혁;이기수;장춘서
    • Proceedings of the Korean Information Science Society Conference
    • /
    • 1999.10c
    • /
    • pp.492-494
    • /
    • 1999
  • 클라이언트용 메일 프로그램에 비해 웹 메일 시스템은 일반 사용자에게 인터페이스와 기능적인 면에서 편리함을 제공한다. 그러나 메일 메시지를 전송하고 관리하는 측면에서는 보안상의 취약점을 갖고 있다. 본 논문에서는 메일 메시지를 안전하게 전송하고 편리하게 관리하기 위한 웹 기반의 메일 시스템을 구현하였다. 이 시스템에서는 일반적인 메일 기능과 PGP(Pretty Good Privacy)를 이용한 메시지 암호화 기능, SSL(Secure Socket Layer) protocol을 이용하여 웹 메일 시스템과 웹 브라우저 사이의 메시지 보호 기능 등을 이용하여 클라이언트용 메일 프로그램을 이용하기 위한 설정이 필요 없이 웹 브라우저만을 가지고 안전한 메시지 전송과 관리를 할 수 있도록 하였다.

  • PDF