Pattern-Based Reverse-Engineering of Design Components http://130.203.133.121:8080/viewdoc/download?doi=10.1.1.89.2693&rep=rep1&type=pdf 본 논문은 기존에 구현된 Software를 Design Pattern으로 분석하는 방안을 소개한다. 자동화 도구가 어떻게 분석을 수행하는지에 대해서 간략하게 설명을 하고 실제 적용사례를 소개하였기에 참고하기에는 좋은 자료일 듯 하다. 얼마전 회사에서.. Papers/Others 2009.08.23
Writing Solaris Device Drivers in Java http://research.sun.com/techrep/2006/smli_tr-2006-156.pdf 실험의 배경은 아래와 같다. The Java programming language has been popular in the last decade because of its type and memory safety, automatic memory management, rich standard libraries, object-orientation, portability, and other features. However, it has rarely been used to create system software; the Java Virtual Machine(JVM).. Papers/Others 2009.08.23
Impala: A Middleware System for Managing Autonomic, Parallel Sensor S~ Impala: A Middleware System for Managing Autonomic, Parallel Sensor Systems www.cs.princeton.edu/~tliu/p71-tliu.pdf 간단하게 읽고 정리해 보았다. 첨부된 그림은 논문에서 제안하는 아키텍쳐를 나타낸다. pic1.gif 논문에서는 기존의 통합된 프로그램(super application, monolithic application)의 단점을 지적하고 독립적인 Application 들간의 in.. Papers/Others 2009.08.21
Testing Real-Time Embedded Software using UPPAAL-TRON http://www.artist-embedded.org/docs/Events/2005/SummerSchool_Naesslingen/emsoft05.pdf 논문에서 소개하는 Test Framework는 아래의 Concept로 구성된다. 1. Relativized Conformance Testing : oracle model을 기반으로 자동 verification 수행 2. Time Automata : oracle로 활용 3. Environment Modeling : time automata기반 environment simulation 수행 4. Online Testing Algorithm.. Papers/Others 2009.06.27
Performance Study and Dynamic Optimization Design for Thread Pool Syst 재미있는(?) 논문을 하나 읽고 소개해 드립니다. http://www.scl.ameslab.gov/Publications/Brett/CCCTFinal-color.pdf 일반으로 multi-thread 환경에서 thread pool 을 자주 사용합니다. 그리고 대개는 pool size를 개발자가 고정된 값으로 세팅할 듯 합니다. Thread pool size가 커지면 가용할 thread 수가 많아져서 task 처리 속도가 .. Papers/Others 2009.04.15
A XML-based Testing for Embedded Software 아래의 내용을 관심있게 볼 만하다. - Test result 및 log내역을 우선 law data로 db에 저장하고 이를 가공 - xml기반 test script 작성 Papers/Others 2009.01.29
Experiences in Coverage Testing of a Java Middleware membres-lig.imag.fr/ledru/Publications/SEM2005KessisLedruVandome.pdf .......We had presented in this paper an empirical study of the usability of coverage analysis with a java middleware........ Papers/Others 2008.11.14
Automated Testing for Reusable Software Components http://www.dbpia.co.kr/view/ar_view.asp?arid=1010160 김책임님이 쓰신 논문이다. Generally, when a software component is reused in a new environment, the functions of the software component are not changed. Only their usages are changed. Therefore, the usage model can be rebuilt by assigning diferent probabilities to reflect the new environment. usage model, test model이라는 용어.. Papers/Others 2008.09.12
A CPU Usage Control Mechanism for Processes with Execution Resource .. http://www.sersc.org/journals/IJSH/vol1_no2_2007/IJSH-2007-01-02-04.pdf 이 논문은 Web server에 대한 DOS(denial-of service) 공격을 방어하기 위한 방법을 CPU Usage Control Mechanism model을 사용하여 설명한다. 이 모델에서는 각각의 process에 대해서 priority와 cpu usage 한도를 설정하여 다각도의 실험을 수행하고 cpu usage의 upper bound를 특.. Papers/Others 2008.09.01
Ensuring the Quality Testing of Web Using a New Methodology http://www.ieeexplore.ieee.org/xpls/abs_all.jsp?isnumber=4457988&arnumber=4458215&count=227&index=226 논문에서는 web testing에 있어서도 별도의 특별한 전략이 필요하다고 설명한다. 그리고 그 방안으로서 web page를 여러각도로 decompose하여 분석할 필요가 있다고 얘기한다. image loading, broken link 등을 예로 설명하였다. ....... In this.. Papers/Others 2008.08.28