Changes between Version 2 and Version 3 of GAIIA


Ignore:
Timestamp:
Nov 26, 2009, 11:28:57 AM (14 years ago)
Author:
andreea.visan
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GAIIA

    v2 v3  
    55
    66 * Membri echipei: Mihai Istin - mihai.istin , Andreea Visan - andreea.visan
    7  * Descriere proiect: ...
     7 * Descriere proiect:
     8
     9Task scheduling is one of the most important management
     10aspects in a distributed system because this component
     11should achieve two main goals: on the one hand efficient use of
     12available resources and on the other hand high performance in
     13solving tasks. Because of the fact that the scheduling problem is
     14an NP-Complete problem, a near-optimal algorithm is a desired
     15solution. A third goal is the fact that the algorithm should provide
     16the results very fast. This project presents the parallelization solution
     17of one near-optimal algorithm for dependent task scheduling
     18in distributed systems, algorithm that proved to provide very
     19good results according to the first two objectives.
    820
    921== Activitate proiect ==