DOI QR코드

DOI QR Code

Performance improvement on mobile devices using MVC+Prefetch Controller Pattern

MVC+Prefetch Controller 패턴을 사용한 모바일 기기의 성능향상 기법

  • 임병재 (성균관대학교 정보통신공학부) ;
  • 이은석 (성균관대학교 정보통신공학부)
  • Received : 2011.03.04
  • Accepted : 2011.03.21
  • Published : 2011.06.30

Abstract

Current mobile devices have surpassed its boundaries as a more communication tool to a smart device which provides additional features. These features have supported the smart life of its users, but have reached its limit from low-performance processors and short-battery time. These issues can be resolved b implementing higher performing hardware, but they come with a burden of high cost. This paper introduces a new way of managing computing resources in a mobile device by enhancing the quality of human-computer interaction. The real-speed felt by users are mainly influenced by the time it takes form a user's input to the device to display the completed result on the screen. Since the size of the screen for mobile devices are small, if the processor only fetch data to be used for displaying on screen, the time can be significantly reduced. MVC+Prefetch Controller pattern accomplished this goal by using the minimum amount of data from DB to fetch display and still manages to support high-speed data transfer to achieve seamless display. This idea has been realized by practice using Samsung mobile phone S8500, which demonstrated the superior performance on user's perspective.

모바일 기기는 유연한 이동성을 제공하는 대신에 제한된 자원을 가지고 있는 휴대용 장치로서, 최근에는 단순한 몇 가지의 기능만 제공하던 기존의 한계를 넘어서 많은 부가기능들을 추가적으로 제공하고 있다. 하지만 낮은 성능의 프로세서와 제한된 배터리용량으로 인해 사용자가 만족할 수 있는 성능을 제공하지 못하는 문제점이 발생하고 있다. 이러한 성능이슈는 하드웨어 교체를 통해 쉽게 해결될 수 있으나, 제품가격 상승이라는 치명적 단점을 가지고 있다. 본 논문에서는 성능이슈와 제품가격 상승 이라는 두 가지 문제를 동시에 해결하기 위하여 사용자 체감성능을 개선하는 방법을 제시한다. 사용자 체감성능은 사용자가 화면터치 또는 키패드를 통해 모바일 기기에 화면갱신 명령을 입력하고 모바일 기기의 출력장치인 LCD화면에 화면구성을 완료하는데 까지 걸리는 시간이 매우 중요한 요소이다. 모바일 기기는 물리적으로 작은 LCD화면을 사용하기 때문에 한번에 보여줄 수 있는 데이터의 양이 제한적이다. 화면을 구성하기 위해서 LCD화면에 보여줄 수 있는 양의 데이터만 사용한다면 빠른 화면구성을 할 수 있다. 이렇게 최소한의 데이터를 계산하고 DB에서 가져와 빠른 화면구성을 할 수 있도록 하는 Controller를 기존의 MVC 패턴에 추가한 MVC+Prefetch Controller 패턴을 제안한다. 제안한 패턴을 사용하면 사용자가 만족할 만한 체감성능을 보장할 수 있다. MVC+Prefetch Controller 패턴을 삼성전자 휴대폰 모델 S8500에 적용하여 사용자 체감성능 개선을 확인하였다.

Keywords

References

  1. R. Benbunan-fich and A. Benbunan, "Understanding User Behavior with New Mobile Application." , The journal of Strategic Information, vol.16, No.4, pp.393-412, 2007. https://doi.org/10.1016/j.jsis.2007.08.002
  2. Konig-Ries, B. and Jena, F., "Changllenge in Mobile Application Development", it-Information Technology, Vol.52, No.2, 2009.
  3. G. Abowd, E, Mynatt, and T. Rodden. "The Human experience [ of Ubiquitous computing].", Pervasive Computing IEEE, 1(1): 48-57, 2002. https://doi.org/10.1109/MPRV.2002.993144
  4. I. Salmre, "Writing Mobile Code: Essential Software Engineering for Building Mobile Applications", Addison-Wesley Professional, 2005, (chapter2)
  5. Ben Shneiderman, "Designing the User Interface: Strategies for Effective Human-Computer Interaction", Addison Wesley, 2009.
  6. Y. Natchetoi, V. Kaufman, and A. Shapiro, "Service-oriented architecture for mobile applications. In proceedings of the 1st international", workshop on Software architectures and mobility (SAM`08), pp.27-32, 2008.
  7. Heather Schneider, Valentino Lee and Robbie Schell, "Introduction to Mobile Application Architecture : Mobile Application Architectures" , Prentice Hall, 2004.
  8. Kim.h., Kim, M., Choi, J., and Ji, Y.G., "A study of Usability Evaluation for Tangible User Interface", In proceeding of AE International 2008: 2nd International Conference on Applied Ergonomics, Las Vegas, Nevada, USA, Vol.14, No.17, 2008.
  9. E. Gamma, R. Helm, R. Johnson, and J. M. Vlissides, "Design Patterns: Elements of Reusable Object-Oriented Software" , Addison-Wesley, 1994.
  10. N. Medvice, et al., "Software Architecture and Embedded Systems." , IEEE Software Vol.22(5), Sep., 2005. https://doi.org/10.1109/MS.2005.136
  11. M. Pont and M. Banner, "Designing Embedded Systems Using Patterns: A Case Study", Journal Systems and Software, Vol.71, 2004.
  12. Michael K. Molloy, Ph.D. "Fundamentals of Performance Modeling", Prentice Hall; Facsimile edition, 1988.
  13. J. Gong and P.Tarasewich, "Guidelines for Handheld Mobile Device Interface Design", Proceedings of the 2004 DSI Annual Meeting 2004.
  14. D. Schmodt, et. Al., "Pattern-Oriented Software Architecture", Wiley, 2000.
  15. P. Braun, R. Eckhaus, "Experiences on model-driven software development for mobile application." In proceedings of the 15th Annual IEEE International Conference and Workshop on the Engineering of Computer Based System, 2008. https://doi.org/10.1109/ECBS.2008.50