• Title/Summary/Keyword: master device

Search Result 187, Processing Time 0.026 seconds

A Split Synchronizable Mobile Transaction Processing Model for e-Business Applications in Ubiquitous Computing Environment (편재형 컴퓨팅 환경에서의 e-비즈니스 응용을 위한 분할 동기화 이동 트랜잭션 처리 모델)

  • Choi, Mi-Seon;Kim, Young-Kuk
    • The KIPS Transactions:PartD
    • /
    • v.11D no.4
    • /
    • pp.783-798
    • /
    • 2004
  • An e-business client application in ubiquitous mobile computing environment may become disconnected from the enterprise server due to broken communication connections caused by the limitation of mobile computing environments(limited battery life of the mobile device, low bandwidth communication, incomplete wireless communication infrastructure, etc). It Is even Possible that mobile client application Intentionally operates in disconnected mode to reduce communication cost and the power consumption of the mobile device. We use “data hoarding” as a means of providing local autonomy to allow transactions to be processed and committed on the mobile host despite of disconnection. The key problem to this approach is the synchronization problem that serialize potentially conflicting updates from disconnected clients on master objects of the server database. In this paper, we present a new transaction synchronizing method that splits a transaction into a set of independent component transactions and give the synchronization priority on each component taking the possibility of use and conflicts in the server into consideration. Synchronization is performed component by component based un synchronization priority. After the Preferred component of a no bile transaction succeeds in synchronization with the server, the mobile transaction can pre-commit at server. A pre-committed transaction's updated value is made visible at server before the final commit of the transaction. The synchronization of the component with low synchronization priority can be delayed in adaption to wireless bandwidth and computing resources. As a result, the availability of important data updated by mobile client is increased and it can maximize the utilization of the limited wireless bandwidth and computing resources.

TaqMan probe real-time PCR for quantitative detection of bovine adenovirus type 1 during the manufacture of biologics and medical devices using bovine-derived raw materials (소유래 성분 원재료 사용 생물의약품과 의료기기 제조 공정에서 bovine adenovirus type 1 정량 검출을 위한 TaqMan probe real-time PCR)

  • Ko, Woon Young;Noh, Na Gyeong;Kim, In Seop
    • Korean Journal of Microbiology
    • /
    • v.51 no.3
    • /
    • pp.199-208
    • /
    • 2015
  • Biologics and medical devices manufactured with bovine-derived raw materials have the risk of viral contamination. Therefore, viral validation study is essential to ensure the safety of the products. Bovine adenovirus type-1 (BAdV-1) is one of the common bovine viral pathogens. For quantitative detection of BAdV-1 during the manufacture of biologics and medical devices, a TaqMan probe real-time PCR method was developed. Specific primers and TaqMan probe for amplifying and detecting BAdV-1 DNA were designed. Specificity, limit of detection (LOD), and robustness of the method was validated according to international guideline on the validation of nucleic acid amplification tests for the pathogen detection. The sensitivity of the assay was found to be $7.44{\times}10^1\;TCID_{50}/ml$. The real-time PCR method was reproducible, very specific to BAdV-1, and robust. Moreover, the method was successfully applied to the validation of Chinese Hamster Ovary (CHO)-K1 cells artificially infected with BAdV-1, a commercial CHO master bank, and bovine type 1 collagen. The overall results indicate that this rapid, specific, sensitive, and robust assay can be reliably used for quantitative detection of BAdV-1 contamination during the manufacture of biologics and medical devices using bovine-derived raw materials.

Design of Data Fusion and Data Processing Model According to Industrial Types (산업유형별 데이터융합과 데이터처리 모델의 설계)

  • Jeong, Min-Seung;Jin, Seon-A;Cho, Woo-Hyun
    • KIPS Transactions on Software and Data Engineering
    • /
    • v.6 no.2
    • /
    • pp.67-76
    • /
    • 2017
  • In industrial site in various fields it will be generated in combination with large amounts of data have a correlation. It is able to collect a variety of data in types of industry process, but they are unable to integrate each other's association between each process. For the data of the existing industry, the set values of the molding condition table are input by the operator as an arbitrary value When a problem occurs in the work process. In this paper, design the fusion and analysis processing model of data collected for each industrial type, Prediction Case(Automobile Connect), a through for corporate earnings improvement and process manufacturing industries such as master data through standard molding condition table and the production history file comparison collected during the manufacturing process and reduced failure rate with a new molding condition table digitized by arbitrary value for worker, a new pattern analysis and reinterpreted for various malfunction factors and exceptions, increased productivity, process improvement, the cost savings. It can be designed in a variety of data analysis and model validation. In addition, to secure manufacturing process of objectivity, consistency and optimization by standard set values analyzed and verified and may be optimized to support the industry type, fits optimization(standard setting) techniques through various pattern types.

Fast and Efficient Implementation of Neural Networks using CUDA and OpenMP (CUDA와 OPenMP를 이용한 빠르고 효율적인 신경망 구현)

  • Park, An-Jin;Jang, Hong-Hoon;Jung, Kee-Chul
    • Journal of KIISE:Software and Applications
    • /
    • v.36 no.4
    • /
    • pp.253-260
    • /
    • 2009
  • Many algorithms for computer vision and pattern recognition have recently been implemented on GPU (graphic processing unit) for faster computational times. However, the implementation has two problems. First, the programmer should master the fundamentals of the graphics shading languages that require the prior knowledge on computer graphics. Second, in a job that needs much cooperation between CPU and GPU, which is usual in image processing and pattern recognition contrary to the graphic area, CPU should generate raw feature data for GPU processing as much as possible to effectively utilize GPU performance. This paper proposes more quick and efficient implementation of neural networks on both GPU and multi-core CPU. We use CUDA (compute unified device architecture) that can be easily programmed due to its simple C language-like style instead of GPU to solve the first problem. Moreover, OpenMP (Open Multi-Processing) is used to concurrently process multiple data with single instruction on multi-core CPU, which results in effectively utilizing the memories of GPU. In the experiments, we implemented neural networks-based text extraction system using the proposed architecture, and the computational times showed about 15 times faster than implementation on only GPU without OpenMP.

A Study on Development of Voice and SMS Alarm System Based on MODBUS Protocol (MODBUS 프로토콜에서 작동되는 음성 및 SMS 경보 시스템 개발에 관한 연구)

  • Seol, Jun-Soo;Lee, Seung-Ho
    • Journal of IKEEE
    • /
    • v.19 no.3
    • /
    • pp.311-318
    • /
    • 2015
  • This dissertation proposes method for development technology of voice and SMS(Short Message Service) alarming system based on modbus protocol. The proposed technology is composed of the following 3 stages; hardware development based on microprocessor, development of input and output driver for modem, mp3 decoder, making modbus protocol stack. In the stage of hardware development based on microprocessor, we develop hardware which receives alarm from modbus master and transmit sms message, play mp3. In the stage of development of input / ouput device driver such as modem, mp3 decoder, we develop program which control each devices. In the stage of making modbus protocol stack, voice and sms alarm system is made for receiving alarm via modbus protocol. To evaluate performance of proposed technology, we issued alarm to voice and sms alarming system on purpose. As a result, response speed of detecting alarm was 10.7ms, communication distance was 1.2Km, operating temperature was from $-25^{\circ}C$ to $70^{\circ}C$, we confirmed supporting modbus protocol. And we verified that proposed voice and sms alarming system in the thesis has a performance to be used as an industrial building alarming system.

A Study of e-Textbook Format Standardization Scheme for Smart Education Circumstance (스마트 교육환경을 위한 e-교과서 포맷 표준화 방안 연구)

  • Sohn, Won-Sung;Lim, Soon-Bum;Kim, Jae-Kyung
    • Journal of The Korean Association of Information Education
    • /
    • v.16 no.3
    • /
    • pp.327-336
    • /
    • 2012
  • The Korea government has recently announced "A Master Plan for Smart Education", including application of digital textbooks and composition of education system using cloud computing. Our education system in future circumstance, over the conventional e-learning methods, needs the smart education solutions which enable students to study and communicate on various types of devices. The ongoing government project related with the digital textbook has been performed as mid- and long-term goals, whereas PDF-based e-textbook project, similar to e-book model and, has been already completed for the short-term goal. For the purpose of improved future smart education circumstance, however, a specific strategy is required in the following areas: flexibility of format conversion and independency of original text sources among the multiple device platforms. Therefore, in this paper, we propose a standardization scheme for e-textbook format based on e-book structure. To do this, we survey trends in e-book technologies, and research on standardization of e-book format for digitalization of textbooks, based on the analysis of existing textbooks. Moreover, we produce an example e-book content using our proposed standard method. As a result, our approach can be applied to the future smart education circumstance, and we may say that it will be efficiently applicable to the long-term digital textbook project.

  • PDF

The Formation Process of Tribal Landscape through Place Attachment of the Haeju Oh Family at Gohak-ri, Geochang (거창 고학리 해주오씨의 장소애착을 통해 본 종족경관의 형성과정)

  • Lee, Hyun-Woo
    • Journal of the Korean Institute of Landscape Architecture
    • /
    • v.41 no.5
    • /
    • pp.28-37
    • /
    • 2013
  • This research, which sought to conjecture the formation process of tribal landscape while confirming the method and characteristic of place attachment of the Haeju Oh Family, which is rooted within the village and the Yongwon Pavilion and Garden of Gohak-ri, Mari-myeon, Geochang-gun, Gyeongnam, reached the following conclusion based on the interpretation and analysis of cultural and scenic elements such as the names and sculptures nearby the village and Yongwon Pavilion and Garden. This place is where Goohwagong Oh Sue, a Haeju person, settled down. This is also where his descendants were refined while yearning for their ancestors. The Yongwon Pavilion was established in 1964. It can be sufficiently known that this place was managed and maintained as a garden-like place where the spirit of yearning was shared and which was the basis of the life and entertainment of descendants after being the monumental place for Master Oh Guhwa, through stories, documents, nearby facilities, and writings on many rocks. It is clear that the meaning of 'Bang-Hak(訪鶴) and Jung-Hak (停鶴)' which is carved in many places around this area and Gohak-ri, which symbolizes the Hakbong(crane peak), the vein of Wonjak-dong which is one of the Ahneuisamdong(three outstanding scenic places of Ahneui), is a scenic language explaining the ecological settlement and lives of the Haeju Oh Family. When considering the definition of a sense of place as "a 'social device' made by discussions and practice rather than its existing as a substance," the many structures scattered around the village, Yongwon Pavilion Garden, and nearby designations show the monumental place inheritance of tribal group clearly exhibiting the characteristics of a Korean sense of place. Ever since Guhwagon Oh Sue settled down in Guhak-ri, the tribal group of Haeju Oh Family went through a life settlement phase and landscape formation phase by realizing the sense of place. Afterwards, while yearning for ancestors and repeatedly rooting down in the place, territoriality expanded and the place was reproduced. In particular, timber houses and monuments were constructed during the Japanese Colonization Period, and after independence, the Yongwon Pavilion was constructed through place reproduction, and monumental tribal landscape is currently being expressed in various forms to this day. Thus, allowing to reach the conclusion of 'Tribal Landscape of Gohak-ri, Mari-myeong, Geochang-gun,' which we perceive today. The products of territorial expansion formed by the repeating phenomenon of place rootedness and place attachment by tribal groups are in fact the substance of tribal landscape. Through such, it is possible to confirm the true spirit of place attachment and the earnest interest and affection of descendants towards a unique place that is repeatedly constructed and inherited within the group memory.