• Title/Summary/Keyword: 메시지

Search Result 5,164, Processing Time 0.058 seconds

Efficient Message Service Interface for ebXML Framework (효율적인 ebXML 메시지 서비스 인터페이스)

  • Chung, Moon-Young;Oh, Soo-Young;Cho, Hyeon-Sung;Cho, Hyun-Kyu
    • Proceedings of the Korea Information Processing Society Conference
    • /
    • 2002.11c
    • /
    • pp.2125-2128
    • /
    • 2002
  • ebXML은 기업간의 전자상거래를 위한 글로벌 표준으로 비즈니스 프로세스 및 문서, 메시지 서비스, 기업의 공용 등록소 및 저장소, 거래 약정 등에 관련된 세부 표준들로 구성되어 있다. 기업간에 혐의된 비즈니스 프로세스에 따라 상대 기업과 문서를 주고받고자 할 때에는, 비즈니스 응용 프로그램은 전송하고자 하는 문서와 메시지를 생성하고 전송하는데 필요한 파라미터들을 메시지 전송 모듈에 전달해야 한다. 본 논문에서는, 비즈니스 응용 프로그램과 메시지 전송 모듈 사이에 메시지 서비스 인터페이스를 제공할 때의 문제점을 정의하고, 이에 대한 해결책으로 효율적인 메시지 서비스 인터페이스인 메시지 채널을 제안한다. 더불어, 메시지 채널을 생성하는 방법을 제안한다. 메시지 채널을 사용함으로써 비즈니스 응용 프로그램은 메시지를 전송하는데 필요한 파라미터들을 프로그램 내에 하드 코딩하지 않고 효율적으로 전달할 수 있다.

  • PDF

MPIRace-Check V 1.0: A Tool for Detecting Message Races in MPI Parallel Programs (MPIRace-Check V 1.0: MPI 병렬 프로그램의 메시지경합 탐지를 위한 도구)

  • Park, Mi-Young;Chung, Sang-Hwa
    • The KIPS Transactions:PartA
    • /
    • v.15A no.2
    • /
    • pp.87-94
    • /
    • 2008
  • Message races should be detected for debugging effectively message-passing programs because they can cause non-deterministic executions of a program. Previous tools for detecting message races report that message races occur in every receive operation which is expected to receive any messages. However message races might not occur in the receive operation if each of messages is transmitted through a different logical communication channel so that their incorrect detection makes it a difficult task for programmers to debug programs. In this paper we suggest a tool, MPIRace-Check, which can exactly detect message races by checking the concurrency between send/receive operations, and by inspecting the logical communication channels of the messages. To detect message races, this tool uses the vector timestamp to check if send and receive operations are concurrent during an execution of a program and it also uses the message envelop to inspect if the logical communication channels of transmitted messages are the same. In our experiment, we show that our tool can exactly detect message races with efficiency using MPI_RTED and a benchmark program. By detecting message races exactly, therefore, our tool enables programmers to develop reliable parallel programs reducing the burden of debugging.

A User Location-based Push Messaging Technique (사용자 위치 기반의 푸시 메시징 기법)

  • Kim, Kyungdeok
    • Proceedings of the Korea Information Processing Society Conference
    • /
    • 2013.05a
    • /
    • pp.106-108
    • /
    • 2013
  • 본 논문에서는 사용자 위치 기반의 푸시 메시지 전달 기법을 제안한다. 제안한 기법은 푸시 메시지에 메시지 전달이 필요한 범위 정보를 내포하여, 메시지를 수신하는 모바일 장치가 사용자 위치에 기반을 두어 수신된 메시지가 적절한 메시지인지 판단한 후 디스플레이를 결정한다. 사용자 위치 기반의 푸시 메시지는 기존 사용자의 위치를 서버에 등록할 필요 없이 모바일 장치에서 사용자 위치를 판단함으로서 개인 정보를 보호하고 푸시 메시지를 사용자 위치에 기반하여 효과적으로 전달할 수 있다. 제안 기법의 응용 예로서는 위치기반 서비스 및 사용자 맞춤형 광고 서비스 등이 있다.

Spam Message Filtering for Internet Communities using Collection and Frequency Analysis (수집과 빈도 분석을 이용한 인터넷 게시판의 스팸 메시지 차단 방법)

  • Kim, Tae-Hee;Kang, Moon-Seol
    • The KIPS Transactions:PartC
    • /
    • v.18C no.2
    • /
    • pp.61-70
    • /
    • 2011
  • Even though internet community is becoming the basic communication tool with rapidly changing internet environment, its damage is on the rise due to increasing spam messages of unspecified individuals. Currently, various methods to block spam mails, but studies on block spam messages from being automatically posted in community are still insufficient. This study suggested methods to block spam messages in internet community by collecting spam messages posted in internet community to analyze characteristics and frequencies of the messages and create block regulations. It collects spam messages of all messages saved in database of internet community, analyze the collected messages to create normalized rules that can define spam messages, and inspect spam messages among posted messages by using the regulations to block them. The suggested method has a structure that can block various types of spam messages by using information of spam messages collected and flexibly deal with changing spam message types.

An optimization method for variable length information messages (가변 길이 정보 메시지 최적화 방법)

  • Kim, Jingyu;Kang, Sungwon;Jung, Pilsu;Kim, Jungmin;Baek, Haeun;Kwon, Koo Hyung;Kim, Sang Soo
    • Journal of Software Engineering Society
    • /
    • v.26 no.1
    • /
    • pp.1-16
    • /
    • 2013
  • Variable length information message is a communication protocol standard in order for computer network systems to provide efficient delivery of information. The variable length information messages were developed for varying and controlling details of information in accordance with message receiver's required information level or information access level. In the previous studies, data compressing techniques have been in use for information message optimization technologies in order to reduce physical sizes of information messages. In optimization technologies for information messages, accuracy of information is considered as the most important factor; therefore, only non-loss compression techniques are applied to the optimization technologies. However, the non-loss compression based information message optimization methods are not efficient in data compression, and these are limited to efficient delivery of information in wireless network environments that have constraint bandwidth. In this paper, we attempt to optimize information in the variable length information messages at message fields in order to reduce physical sizes of messages more efficiently. To demonstrate the efficiency of our approach, we conduct optimization experiments for variable length information messages.

  • PDF

The Persuasive Impact of Fit between Message Goals(Promotion vs. Prevention) and Modality of Message on Social Media (메시지 조절목표와 메시지 형식 간 적합성이 메시지 설득력에 미치는 영향)

  • Kim, Dong Hoo;Song, Young-A
    • The Journal of the Korea Contents Association
    • /
    • v.21 no.2
    • /
    • pp.604-621
    • /
    • 2021
  • Examination of the concurrent evolution of communication tools and eating behaviors over recent decades reveals that social media and other forms of digital content have become powerful new driving forces for nutritional choices and food consumption. The purpose of this research was to examine the effect between goal orientation of message (promotion versus prevention) and the type of message (text versus image) on effectiveness of the message. The findings showed that individuals exposed to a promotion-focused message similarly responded to the message regardless of the type of the message. By contrast, those who exposed to a prevention-focused message showed significantly more positive responses to the message posted on the text-based social media than the message on the image-based social media. The findings indicated that, if presented effectively, social media could be harnessed to promote healthier eating habits and behaviors, prevent those which can be harmful, and ultimately improve an individual's daily food consumption and overall quality of life.

Adolescents' Txt Message Use, its Immersion and its Relation with Mental Process (청소년의 문자메시지 사용실태 및 몰입정도와 심리 간의 관계)

  • Lee, Kyung-Cheol
    • Proceedings of the KAIS Fall Conference
    • /
    • 2011.05b
    • /
    • pp.773-776
    • /
    • 2011
  • 본 연구에서는 남녀 중고등학생을 대상으로 그들의 휴대전화 문자메시지 사용 실태 및 몰입 정도가 자신의 심리와 어떠한 관계가 있는지를 분석하는데 그 목적을 두고 있다. 분석결과, 문자 메시지를 사용하는 빈도가 높을수록 부적응/일탈 정도가 높아지는 것으로 나타났으며, 메시지 사용수준이 중간인 집단과 높은 집단은 낮은 집단에 비해 강박/집착 정도가 높은 것으로 나타났고,. 메시지 사용수준이 중간인 집단과 높은 집단이 낮은 집단에 비해 금단 정도가 높은 것으로 나타났다. 즉 문자 메시지를 많이 사용하는 청소년은 적게 사용하는 청소년에 비해 부적응/일탈정도가 높고, 강박/집착정도도 높고, 또한 금단정도가 높아 문자 메시지가 청소년의 정신 병리적 장애를 초래하는 것으로 나타났다. 또한 문자 메시지를 사용하는 빈도가 높은 집단이 낮은 집단이나 중간인 집단에 비해 혼미성이 매우 높게 나타났다. 이는 문자 메시지를 많이 사용하는 청소년은 적게 사용하는 청소년에 비해 혼미성이 높다는 것을 시사한다. 마지막으로 몰입정도의 세 가지 구성개념인 부적응/일탈, 강박/집착, 금단요인이 자기 통제 능력의 구성개념인 착각성 및 혼미성과의 상관이 유의하게 나타났다. 이는 휴대전화 문자메시지과다사용으로 청소년들이 건강한 성장을 하는데 악영향을 미치고 있음을 알 수 있다.

  • PDF

A Study for Efficient deployment of IMT-2000 UMMS (IMT-2000 UMMS의 효율적 배치방안 연구)

  • 조영상;박인수;박용진;박철희
    • Proceedings of the Korean Information Science Society Conference
    • /
    • 2001.04a
    • /
    • pp.559-561
    • /
    • 2001
  • IMT-2000에서의 통합 메시징 시스템(Unified messaging System)은 음성메시지, 팩스 메시지, 이메일 메시지, 비디오 메시지 등과 같이 다양한 미디어 컨텐츠를 포함하는 메시지를 통합관리하며, 메시지간 매체 변환 기능을 수행하여 언제, 어디서나, 단말에 상관없이 메시지 서비스를 제공한다. 차세대 UMS라고 할 수 있는 IMT-2000 UMMS(Unified Multimedia Messanging System)는 전화망, 데이터망 및 이동통신망 등의 성격이 서로 다른 네트워크 및 각 네트워크 상에서 기존 메시징 서비스를 통합한 환경에서 각 단말에서 메시지 배달, 메시지 저장 및 메시지 통보 등의 기능을 제공하게 된다. IMT-2000 UMMS를 구성하는 기능 요소들은 토폴로지 설계에 따라 동일 네트워크 또는 분산 네트워크 상에 존재할 수 있다. 본고에서는 시스템 설계 시 트래픽 특성 및 이용자 성향을 고려한 효율적 시스템 배치 방안에 관해 기술한다.

Smart Message Service Platform for Mobile Environment (모바일용 스마트 메시지 서비스 플랫폼)

  • Kim, Nam-Yun
    • The Journal of the Institute of Internet, Broadcasting and Communication
    • /
    • v.11 no.5
    • /
    • pp.73-79
    • /
    • 2011
  • With increasing use of smartphone, users require a new message service to prevent security attack and provide integrated messages. Since smartphone uses data services such as 3G cell network and WiFi, it can provide reliable message transfer through various security policies. In addition, it can transfer various data collected using built-in camera and GPS. This paper proposes a smart message service platform which can provide security services such as authentication, confidentiality and integrity as well as transfer the integrated message including location, picture and text. To verity the functionality of the platform, this paper implements an iPhone app and message transfer server, and then shows the implementation results.

Design and Implementation of Topic-Based Message System (토픽 기반 메시지 시스템의 설계 및 구현)

  • Kim, Kyung-Gon;Han, In
    • Proceedings of the Korean Information Science Society Conference
    • /
    • 2002.10e
    • /
    • pp.121-123
    • /
    • 2002
  • 본 논문은 기업 및 개인간의 정보 교환을 지원하는 토픽 기반 메시지 시스템을 구현한다. 기존의 등록(Subscribe)/발표(Publish) 메시지 시스템과 동일한 기능을 수행하는 등록(Subscribe)/발표(Post) 메시지 시스템으로 메시지를 처리하는 서버인 메시지 처리기와 ActiveX 컨트롤을 사용한 클라이언트로 구성된다. 메시지 처리기는 운영체계에 의존하지 않고 독립적으로 작동하고, 클라이언트는 Win32용과 웹 기반으로 구현하여 특정 운영체계에 국한되지 않고 웹 기반을 포함한 다양한 환경에서 사용 가능하도록 가용성을 높였다.

  • PDF