I'm working on a single page app that accepts a file and processes it in flask / python. I'd like to know how to make my flask app spawn a separate, asymmetrical python process per uploaded file (within reason). I know that Flask session would be required so that Flask could tell users apart but beyond that, I'm lost. Advice is greatly appreciated.
Thank you.