DocumentCode :
3717026
Title :
Offloading of Web Application Computations: A Snapshot-Based Approach
Author :
Hyuk-Jin Jeong;Soo-Mook Moon
Author_Institution :
Dept. of Electr. &
fYear :
2015
Firstpage :
90
Lastpage :
97
Abstract :
As the web technology advances, web applications, executable on any devices where a web browser is installed, have become pervasive. However, running heavy web applications in the mobile devices is challenging, because of their resource constraints and poor network environments. One of the trials to overcome such restrictions is computation offloading. Computation offloading is the technique migrating computations from client to server to exploit the powerful resources of the server. We observed some former approaches to the computation offloading, and found out they placed a huge burden on programmers to write annotations and substantially limited the computations to be offloaded. In order to overcome these problems, we propose an offloading system transferring the states without annotations and giving programmers freedom to use JavaScript features and DOM (Document Object Model) API in the offloaded computations. Our approach is based on the technique called snapshot, which safely saves and restores the states of web applications. The snapshot-based approach allows the offloaded computations to use various features such as a closure, and DOM API. In the web applications using open source JavaScript libraries, our offloading system successfully offloaded the event handlers using closure variables and DOM APIs, achieving a speedup up to 7.2.
Keywords :
"Browsers","Servers","Libraries","HTML","Mobile handsets","Engines"
Publisher :
ieee
Conference_Titel :
Embedded and Ubiquitous Computing (EUC), 2015 IEEE 13th International Conference on
Type :
conf
DOI :
10.1109/EUC.2015.10
Filename :
7363622
Link To Document :
بازگشت