I need your opinion about an issue in integration JPPF with my project,
A website that will be able to submit new programs to be run in the grid, with id.
The job will run on nodes in idle mode only, the driver will run the jobs in the order they were submitted to the system.
The job will use ftp server in running the task.
On job completion an email notification will be sent to the student.
My question is:
Is it the best practice is to create client per student program or new job per program ?