1. What are the contributions mentioned in the paper "Multi-user computation partitioning for latency sensitive mobile cloud applications" ?
Existing works focus on the single-user computation partitioning, which aims to optimize the application completion time for one particular single user.. In this paper, the authors study, for the first time, Multi-user Computation Partitioning Problem ( MCPP ), which considers the partitioning of multiple users ’ computations together with the scheduling of offloaded computations on the cloud resources.. Instead of pursuing the minimum application completion time for every single user, the authors aim to achieve minimum average completion time for all the users, based on the number of provisioned resources on the cloud.. The authors show that MCPP is different from and more difficult than the classical job scheduling problems.. The authors demonstrate through benchmarks that SearchAdjust outperforms both the single user partitioning approaches and classical job scheduling approaches by 10 % on average in terms of application delay.. Based on SearchAdjust, the authors also design an online algorithm for MCPP that can be easily deployed in practical systems.
read more
2. What is the objective of the optimization in MCPP?
In TSPHC the optimization objective is the makespan which is the maximum completion time of all the tasks, while in MCPP the objective is the total weighted completion time.
read more
3. What is the problem to partition computations on a constrained number of cloud resources?
The problem is to schedule the offloaded computations on a constrained number of cloud resources as well as to partition the computations between mobile side and cloud side for all the users, such that the average application delay is minimized.
read more
4. How many occupied servers are there at this interval?
In the algorithm, Lcro is first initialized by the time interval (0,∞), with the number of occupied servers at this interval being zero.
read more





