• Title/Summary/Keyword: 실행 프로세스

Search Result 573, Processing Time 0.04 seconds

A Study on Digital Marketing Model for Improving Campaign Performance (캠페인 실행에 영향을 미치는 디지털 마케팅 성과모형 연구)

  • Lee, Sang-Ho;Kim, Jong-Bae
    • Journal of Digital Contents Society
    • /
    • v.13 no.2
    • /
    • pp.205-211
    • /
    • 2012
  • This paper presents research result of digital marketing model for improving enterprise marketing campaign performance. Recently, the enterprises which had completed projects such as ERP, CRM, and SCM for business value chain process transformation are working to improve enterprise marketing process. It is the trend for enterprises to use digital marketing tactics to overcome the limit of existing traditional marketing tactics. Especially, enterprises try to adopt digital marketing for marketing campaign performance. In this paper, digital marketing research model and hypothesis were established and statistically analyzed by marketing expert survey research. The research finding is that Web Analytics, Social Analytics, Personalized CRM, Campaign execution automation, Real-Time campaign management can be core influencers for marketing campaign performance improvement.

Validation Checking Mechanisms of Business Processes (비즈니스 프로세스 타당성 검증 기법)

  • Sul, Joo-Young;Park, Jung-Up;Kim, Hak-Soo;Shin, Young-Jae;Jang, Jin-Gun;Park, Chan-Hee;Kim, Te-In;Son, Jin-Hyun
    • Proceedings of the Korean Information Science Society Conference
    • /
    • 2006.10c
    • /
    • pp.1-5
    • /
    • 2006
  • 과거에 비해 최근에 비즈니스 프로세스가 다양해지고 복잡해짐에 따라 비즈니스 프로세스를 디자인할 때 발생할 수 있는 문제점이 점차 증가하고 있다. 그로인해 비즈니스 프로세스 검증의 중요성이 높아지고 있지만 많은 검증 방법이 제안되고 있지 않은 실정이다. 한편, 최근 BPMI에서 주도하는 BPMN(Business Process Modeling Notation)은 비즈니스 프로세스를 위한 표준화된 그래픽 표기법으로써 BPMN을 지원하는 디자인 툴을 이용하면 다양하고 복잡한 프로세스 환경을 일반화된 형태로 디자인하고 분석할 수 있다. 이 논문에서는 이러한 BPMN으로 디자인할 때 발생할 수 있는 문제점들을 효율적으로 검증할 수 있는 몇 가지 검증기법을 제시한다. 이로 인해 비즈니스 프로세스 실행 시 발생할 수 있 문제점들을 효율적으로 검증할 수 있는 몇 가지 검증기법을 제시한다. 이로 인해 비즈니스 프로세스 실행시 발생할 수 있는 에러들을 사전에 검증하여 예기치 못한 큰 비용을 줄일 수 있다.

  • PDF

A Comparison study on the Business Process Modeling Notations (비즈니스 프로세스 모델링 표기법에 대한 비교 연구)

  • Kim, Hoon-Tae;Lee, Yong-Han;Kim, Min-Soo;Yun, Jung-Hee
    • Proceedings of the CALSEC Conference
    • /
    • 2005.11a
    • /
    • pp.124-130
    • /
    • 2005
  • 현재 BPM의 사용이 활성화 되어가고 있으며, 비즈니스 프로세스 실행을 위한 언어들이 표준화되어 가고 있다. 또한 비즈니스 프로세스 모델링 표기법을 위하여 BPMN이 표준안으로 제시되고 있다. 한편 비즈니스 프로세스를 표기하기 위한 방법은 기존에도 있어왔다. BPM사용자 관점에서 기존의 비즈니스 프로세스 표기법들과 BPMN을 비교하여 보고자 한다. 본 연구에서는 비즈니스 프로세스 모델링을 위한 표기법들을 조사하여 제시하고, 각 표기법을 프로세스 핵심요소, 흐름제어 요소, 보조 요소의 측면에서 비교 분석하고자 한다.

  • PDF

Direct Mapping of the Executable Code in Single-tier Memory Operating System using SCM (SCM을 이용한 단일계층 메모리 운영체제에서의 실행 코드 직접 매핑 기법)

  • Park, Jong Woo;Jung, Seung Wan;Yoon, Jun young;Seo, Dae-Wha
    • Proceedings of the Korea Information Processing Society Conference
    • /
    • 2013.11a
    • /
    • pp.81-82
    • /
    • 2013
  • 바이트 단위로 접근이 가능하고, 비휘발성을 가지는 SCM(Storage Class Memory)을 이용하여 프로세스의 작업공간으로 활용함과 동시에 파일을 저장하는 형태의 운영체제 기법에 대한 연구가 활발하게 이루어지고 있다. 본 논문에서는 이러한 형태에서 파일이 저장되는 방법을 토대로 프로세스 생성 시 실행 파일의 읽기 전용의 특성을 가지는 실행 코드를 프로세스 공간에 직접 매핑하는 기법에 대하여 제안한다.

Efficient Process Checkpointing through Fine-Grained COW Management in New Memory based Systems (뉴메모리 기반 시스템에서 세밀한 COW 관리 기법을 통한 효율적 프로세스 체크포인팅 기법)

  • Park, Jay H.;Moon, Young Je;Noh, Sam H.
    • Journal of KIISE
    • /
    • v.44 no.2
    • /
    • pp.132-138
    • /
    • 2017
  • We design and implement a process-based fault recovery system to increase the reliability of new memory based computer systems. A rollback point is made at every context switch to which a process can rollback to upon a fault. In this study, a clone process of the original process, which we refer to as a P-process (Persistent-process), is created as a rollback point. Such a design minimizes losses when a fault does occur. Specifically, first, execution loss can be minimized as rollback points are created only at context switches, which bounds the lost execution. Second, as we make use of the COW (Copy-On-Write)mechanism, only those parts of the process memory state that are modified (in page units) are copied decreasing the overhead for creating the P-process. Our experimental results show that the overhead is approximately 5% in 8 out of 11 PARSEC benchmark workloads when P-process is created at every context switch time. Even for workloads that result in considerable overhead, we show that this overhead can be reduced by increasing the P-process generation interval.

Control-Path Driven Process-Group Discovery Framework and its Experimental Validation for Process Mining and Reengineering (프로세스 마이닝과 리엔지니어링을 위한 제어경로 기반 프로세스 그룹 발견 프레임워크와 실험적 검증)

  • Thanh Hai Nguyen;Kwanghoon Pio Kim
    • Journal of Internet Computing and Services
    • /
    • v.24 no.5
    • /
    • pp.51-66
    • /
    • 2023
  • In this paper, we propose a new type of process discovery framework, which is named as control-path-driven process group discovery framework, to be used for process mining and process reengineering in supporting life-cycle management of business process models. In addition, we develop a process mining system based on the proposed framework and perform experimental verification through it. The process execution event logs applied to the experimental effectiveness and verification are specially defined as Process BIG-Logs, and we use it as the input datasets for the proposed discovery framework. As an eventual goal of this paper, we design and implement a control path-driven process group discovery algorithm and framework that is improved from the ρ-algorithm, and we try to verify the functional correctness of the proposed algorithm and framework by using the implemented system with a BIG-Log dataset. Note that all the process mining algorithm, framework, and system developed in this paper are based on the structural information control net process modeling methodology.

A Study on the cognition of Busan Port Container Terminal Operator's strategies and effective measures (부산항 컨테이너터미널 운영전략 효과의 인식에 관한 연구)

  • Yun, Eun-Ju;Ahn, Ki-Myung
    • Journal of Korea Port Economic Association
    • /
    • v.29 no.4
    • /
    • pp.175-199
    • /
    • 2013
  • The purpose of this paper is tthe first, diagnosing the effect of terminal operating strategy which Busan Port container operators established and executed by the strategy execution process (XPP) model, second, enhancing the competitiveness of Busan Port Container Terminal by presenting ways to improve the executive ability of strategies. In order to achieve the purpose, this study utilized XPP 6 steps diagnostic variables of Kaplan and Dr. Norton for problems of the strategy execution of Busan Port container operators and conducted the survey of 7-point scale targeting employees of Busan Port container operators for the variable measurement.

Efficient Execution Method for Business Process Management using TOC Concepts (제약이론을 활용한 업무프로세스의 효율적 실행 방법)

  • Rhee Seung-Hyun;Bae Hyerim;Won Hyungjun;Kim Hoontae;Kang Suk-Ho
    • The Journal of Society for e-Business Studies
    • /
    • v.10 no.1
    • /
    • pp.61-80
    • /
    • 2005
  • Business Process Management (BPM) System is a software system to support an efficient execution, control and management of business processes. The system automates complex business processes and manages them effectively to raise productivity. Traditional commercial systems mainly focus on automating processes and do not have methods for enhancing process performances and task performer's efficiency. Therefore, there is room for enhancement of task performers' productivities and efficiency of business processes. In this paper, we propose a new method of executing business processes more efficiently in that a whole process is scheduled considering the degree of participants' workload. The method allows managing the largest constraints among constituent resources of the process. This method is based on the DBR (Drum-Buffer-Rope) in TOC (Theory of Constraints) concepts. We first consider the differences between business process models and DBR application models, and then develop the modified drum, buffer and rope. This leads us to develop BP-DBR (Business Process-DBR) that can control the proper size of task performers' work list and arrival rate of process instances. Use of BP-DBR improves the efficiency of the whole process as well as participants' working condition. We then carry out a set of simulation experiments and compare the effectiveness of our approach with that of the scheduling techniques used in existing systems.

  • PDF

A Life Cycle-Based Performance-Centric Business Process Management Framework For Continuous Process Improvement (지속적 프로세스 개선을 위한 성과 중심의 생애 주기 기반 비즈니스 프로세스 관리 프레임워크)

  • Han, Kwan Hee
    • The Journal of the Korea Contents Association
    • /
    • v.17 no.7
    • /
    • pp.44-55
    • /
    • 2017
  • Many enterprises have recently been pursuing process innovation or improvement to attain their performance goal. To comprehensively support business process execution, the concept of business process management (BPM) has been widely adopted. A life cycle of BPM is composed of process diagnosis, (re)design, and enactment. For aligning with enterprise strategies, all BPM activities must be closely related to performance metrics because the metrics are the drivers and evaluators of business process operations. The objective of this paper is to propose a life cycle-based BPM framework integrated with the process-based performance measurement model, in which business processes are systematically interrelated with key performance indicators (KPIs) during an entire BPM life cycle. By using the proposed BPM framework, company practitioners involved in process innovation projects can easily and efficiently find the most influencing processes upon enterprise performance in the process diagnosis phase, evaluate the performance of newly designed process in the process (re)design phase, monitor the KPIs of new business process, and adjust business process activities in the process execution phase through the BPM life cycle.

MFU-based Page Coloring Scheme through Application Code Profiles (실행 코드 영역 프로파일링을 통한 MFU 기반 페이지 컬러링 기법)

  • Kim, Jung-Hoon;Kim, In-Hyuk;Eom, Young-Ik
    • Proceedings of the Korea Information Processing Society Conference
    • /
    • 2011.04a
    • /
    • pp.246-249
    • /
    • 2011
  • 페이징을 이용한 가상 메모리 환경에서는 프로세스가 사용하는 가상 페이지가 임의의 물리 페이지로 매핑이 되므로 캐시 인덱스 충돌로 인한 캐시 미스율이 증가한다. 이를 하드웨어의 지원 없이 해결하기 위해 페이지 컬러링 기술은 처음 연구되기 시작하였고, 지금까지도 꾸준히 연구되고 있다. 이러한 페이지 컬러링 기술은 컬러링 정책을 먼저 정해놓고 컬러링을 하는 정적 페이지 컬러링, 그리고 동적프로파일링을 통해 프로세스의 데이터 영역 접근 패턴을 파악하고 이를 통해 실시간 컬러링을 하는 동적 페이지 컬러링으로 나눌 수 있다. 하지만 두 가지 방법 모두 다음과 같은 단점이 존재한다. 먼저 정적 페이지 컬러링은 프로세스의 동작을 프로파일링 할 수 없기 때문에 컬러링으로 인한 효율을 극대화시킬 수 없고, 동적 페이지 컬러링은 동적 프로파일링을 하고 이를 통해 재컬러링(recoloring) 하는 오버헤드가 존재한다. 이러한 문제를 해결하기 위해서, 본 논문에서는 실행 코드 영역 프로파일링을 통한 MFU(Most Frequently Used) 기반 페이지 컬러링 기법을 제안한다. 이 기법은 동적으로 프로세스 코드 영역을 프로파일링 하여 실행 점유율이 높은 영역을 알아낸 뒤, 이를 기반으로 정적 페이지 컬러링을 하는 방식이다. 따라서 본 논문에서 제안한 기법은 기존의 기법들이 가진 단점을 해결하고, 캐시 성능을 향상시킬 것으로 기대된다.