Research Article

Toward Sci-: A Lightweight Cloud PaaS for Developing Embarrassingly Parallel Applications Based on Jini

Algorithm 1

JJPF server side.
  Result: Allow a slave to be found and used by clients
(1) network discovery by LookupService;
(2) While not  terminated or reassigned do
(3) register into LookupService;
(4) wait for requests;
(5) unregister from LookupService;
(6) compute the tasks received;
(7) end
(8) terminate the slave activity;