Hi
I want to write a web app. that does the following:
Client uploads a file to the server.
This file is placed in a queue of files from other clients waiting to be proccessed.
Each file needs to be proccessed individualy by a legacy single user dos application.
After proccessing the output is returned to the client and the next file in the queue is proccessed.
Is this feasable and if so can you suggest the basic outline of the web app.
Thanks
I want to write a web app. that does the following:
Client uploads a file to the server.
This file is placed in a queue of files from other clients waiting to be proccessed.
Each file needs to be proccessed individualy by a legacy single user dos application.
After proccessing the output is returned to the client and the next file in the queue is proccessed.
Is this feasable and if so can you suggest the basic outline of the web app.
Thanks