Hello everyone

I have develop a plugin based Job scheduler in C++. This program is console based and multiplatform. Implements a list and the plugins have the logic of the job, the program only sequence or parallel the jobs.

I need a front end for monitor the queue status, change jobs priorities, etc... not only monitor, and I don't know exactly how to process.

I have develop a little front end with WebToolkit...