0

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.

Josh Usre
  • 674
  • 1
  • 12
  • 35
  • 1
    Searching for Celery + Flask will also yield more results in this vein. If you have further questions in more detail feel free to either edit the question to further clarify your particular question (and I'll happily vote to re-open) or ask another one! – Sean Vieira Apr 17 '15 at 16:45
  • 2
    http://stackoverflow.com/questions/14588253/concurrent-asynchronous-processes-with-python-flask-and-celery – Will Apr 17 '15 at 16:55

0 Answers0