Research Article

A Novel Deployment Method for Communication-Intensive Applications in Service Clouds

Algorithm 1

Online deployment.
Input:
: The set of services of an application
: The set of candidate cloud nodes
MAX: The biggest number the system can operate
(1)   begin
(2)  when   ;
(3)   = MAX;
(4)  for all
(5)  Calculate ;
(6)  if   <
(7)      = ;
(8)      = ;
(9)  end if
(10) end for
(11) Deploy in ;
(12) end