Python CGI queue
问题 I'm working on a fairly simple CGI with Python. I'm about to put it into Django, etc. The overall setup is pretty standard server side ( i.e. computation is done on the server): User uploads data files and clicks "Run" button Server forks jobs in parallel behind the scenes, using lots of RAM and processor power. ~5-10 minutes later (average use case), the program terminates, having created a file of its output and some .png figure files. Server displays web page with figures and some summary