You asked me about the scheduler i would like to implement. In fact, i have a school project: i have to divide matrix calculus on several VM's, the VM's have to calculate then return the results to the scheduler for aggregation. The scheduler have then to send the aggregated results to the user who typed the matrices.
so the scheduler: * * *-have to contact cloudstack and ask for X number of VM's* *-then the vm's get work assigned to them crunch the work and return the results to the scheduler for aggregation* * * * * what do you think of this project? Is it feasible? Thanks in advance for your help.