International Journal of Computer Applications |
Foundation of Computer Science (FCS), NY, USA |
Volume 71 - Number 16 |
Year of Publication: 2013 |
Authors: Urmani Kaushal, Avanish Kumar |
10.5120/12446-9204 |
Urmani Kaushal, Avanish Kumar . Performance Intensification of DRTS under Static Load Sharing Scheme. International Journal of Computer Applications. 71, 16 ( June 2013), 55-59. DOI=10.5120/12446-9204
Distributed Real Time System (DRTS) provides enormous platform for parallel applications. It is an alternative for highly expensive parallel machines. Task allocation for parallel applications over it, is a crucial phase where strategy for task allocation should be chosen to maximize the throughput and enhance the overall processor utilization. Task allocation is NP-hard or NP-complete problem. A new heuristic for this problem has been suggested and implemented in this paper. To achieve this goal, tasks should be clustered in such a way that it can minimize the inter-task communication cost as well as it must also be taken care that the execution cost of tasks must also be minimum over the processor where the tasks are going to get assigned. Here k-mean clustering has been used to cluster the tasks in the required number of clusters. The proposed model has been simutated in matlab.