Search engine for discovering works of Art, research articles, and books related to Art and Culture
ShareThis
Javascript must be enabled to continue!

Dynamic Offloading of Web Application Execution Using Snapshot

View through CrossRef
Mobile web platforms are facing new demands for emerging applications, such as machine learning or augmented reality, which require significant computing powers beyond that of current mobile hardware. Computation offloading can accelerate these apps by offloading the computation-intensive parts of an app from a client to a powerful server. Unfortunately, previous studies of offloading in the field of web apps have a limitation for the offloading target code or require complex user annotations, hindering the widespread use of offloading in web apps. This article proposes a novel offloading system for web apps, which can simplify the offloading process by sending and receiving the execution state of a running web app in the form of another web app called the snapshot . Since running the snapshot restores the whole app state and continues the execution from the point where it was saved, we can offload regular web app computations that affect the DOM state as well as the JavaScript state, and we do not have to pre-install the app binary at the server. Moreover, the snapshot does not require any annotations to be captured, making computation offloading more transparent to app developers. We qualitatively compared the proposed system with previous approaches in terms of programming difficulty and the scope of offloadable codes. In addition, we implemented the proposed system based on a WebKit browser and evaluated the offloading performance with five computation-intensive web apps. Our system achieved significant speedup (from 1.7 to approximately 9.0) in all of the apps, compared to local execution, which proves the feasibility of the proposed approach.
Title: Dynamic Offloading of Web Application Execution Using Snapshot
Description:
Mobile web platforms are facing new demands for emerging applications, such as machine learning or augmented reality, which require significant computing powers beyond that of current mobile hardware.
Computation offloading can accelerate these apps by offloading the computation-intensive parts of an app from a client to a powerful server.
Unfortunately, previous studies of offloading in the field of web apps have a limitation for the offloading target code or require complex user annotations, hindering the widespread use of offloading in web apps.
This article proposes a novel offloading system for web apps, which can simplify the offloading process by sending and receiving the execution state of a running web app in the form of another web app called the snapshot .
Since running the snapshot restores the whole app state and continues the execution from the point where it was saved, we can offload regular web app computations that affect the DOM state as well as the JavaScript state, and we do not have to pre-install the app binary at the server.
Moreover, the snapshot does not require any annotations to be captured, making computation offloading more transparent to app developers.
We qualitatively compared the proposed system with previous approaches in terms of programming difficulty and the scope of offloadable codes.
In addition, we implemented the proposed system based on a WebKit browser and evaluated the offloading performance with five computation-intensive web apps.
Our system achieved significant speedup (from 1.
7 to approximately 9.
0) in all of the apps, compared to local execution, which proves the feasibility of the proposed approach.

Related Results

Towards computational offloading in mobile device clouds
Towards computational offloading in mobile device clouds
With the rise in mobile device adoption, and growth in mobile application market expected to reach $30 billion by the end of 2013, mobile user expectations for pervasive computatio...
TRELLINE? A Cost-Effective Alternative for Oil Offloading Lines (OOLs)
TRELLINE? A Cost-Effective Alternative for Oil Offloading Lines (OOLs)
Abstract For large offshore fields in benign conditions like West Africa a common field development option is a Spread Moored Floating Production Storage & Of...
Confidence guides spontaneous cognitive offloading
Confidence guides spontaneous cognitive offloading
Abstract Background Cognitive offloading is the use of physical action to reduce the cognitive demands of a task. Everyday memory relies heavily on this practice; for example, when...
Cognitive Offloading: Systematic Review of a Decade
Cognitive Offloading: Systematic Review of a Decade
Cognitive offloading refers to the use of physical action to alter information processing requirement of the given task. Offloading can be done either internally or externally. We ...
Floating Hose Behavior During Different Scenarios of an Offloading Operation
Floating Hose Behavior During Different Scenarios of an Offloading Operation
Abstract Considering the deep water oil exploitation in remote fields far away from the coast, the use of shuttle tankers connected to FPSOs (Floating, Production, S...
Computational Offloading in Mobile Edge with Comprehensive and Energy Efficient Cost Function: A Deep Learning Approach
Computational Offloading in Mobile Edge with Comprehensive and Energy Efficient Cost Function: A Deep Learning Approach
In mobile edge computing (MEC), partial computational offloading can be intelligently investigated to reduce the energy consumption and service delay of user equipment (UE) by divi...
FPSO Offloading Concepts, their Nautical Feasibility and Safety Assessment
FPSO Offloading Concepts, their Nautical Feasibility and Safety Assessment
Introduction For the development of offshore deepwater oil or gas re-sources more often F(P)SOs, Floating (Production) Storage Offloading units are applied. For t...
Dependency-Aware Task Offloading for Vehicular Edge Computing with End-Edge-Cloud Collaborative Computing
Dependency-Aware Task Offloading for Vehicular Edge Computing with End-Edge-Cloud Collaborative Computing
Abstract Vehicular edge computing (VEC) is emerging as a new computing paradigm to improve the quality of vehicular services and enhance the capabilities of vehicles. It ai...

Back to Top