Re: can Django's views call on several programs to run at the same time?

2009-01-13 Thread Jeff Anderson
Victor wrote: > Hi, > > I was planning to use Django to create a webapp that runs several > Python applications in parallel with user input data. The applications > take a while to run (>2 minutes) when they work in parallel, so I want > to make a page that says "Processing..." and show the output

can Django's views call on several programs to run at the same time?

2009-01-13 Thread Victor
Hi, I was planning to use Django to create a webapp that runs several Python applications in parallel with user input data. The applications take a while to run (>2 minutes) when they work in parallel, so I want to make a page that says "Processing..." and show the output of each of the applicati