I have to develop an application with these specifications, so I'm asking your advice:
- It runs and waits requests from the web.
- When a request of type A arrives, it asynchronously launches a Python script. This Python script (already existing) processes some data and writes the results in a table.
- When a request of type B arrives, the application responds with the status and eventually the result of the elaboration of the asynchronous script.
I thought to do this with Python, providing a sort of REST service. Is it a good idea according to you? At the moment, which is the best Python tool to do this program? Thank you very much
Claudio
Aucun commentaire:
Enregistrer un commentaire