airavata-courses / TeamAlpha

Team Alpha's Repository for Spring 2016 I590 Class
0 stars 0 forks source link

Project design suggestions #14

Closed anujbhan closed 8 years ago

anujbhan commented 8 years ago

It is more of an design constraint, the existing tool wouldn't allow the user to schedule multiple jobs.

abhijitkaranjkar89 commented 8 years ago

Anuj Could you please explain in detail. As far as we know, our application will allow running multiple jobs running multiple jars in parallel. Though user has to take care of other scenarios like changing the name of .txt file.

anujbhan commented 8 years ago
  1. Yes, it is true. The application will indeed run multiple jobs, but will it be good design choice.
  2. I agree the title of this issue will become irrelevant after your concerned reply, In my perspective keeping multiple JVM's running and also keeping multiple SSH session open until the job is finished will not scale.

These are just suggestions, You have indeed implemented the project very well.