Re: Intensive Computations

2008-10-07 Thread bruno desthuilliers
puzzler a écrit : > > I don't know much about your background so please forgive me if I give > > you obvious advises, but perhaps you'd be better *first* coding the > > solution to your problem - eventually looking for help on > > comp.lang.python. Then you'll have real facts, not estimations. >

Re: Intensive Computations

2008-10-06 Thread Brian Neal
On Oct 6, 5:53 pm, puzzler <[EMAIL PROTECTED]> wrote: > That's why I'm asking now, ahead of programming, for more info about > how hard it is to incorporate an intensive computation into the Django > framework.  It could very well affect my choice of language. It is just python, really. So yes, y

Re: Intensive Computations

2008-10-06 Thread puzzler
> I don't know much about your background so please forgive me if I give > you obvious advises, but perhaps you'd be better *first* coding the > solution to your problem - eventually looking for help on > comp.lang.python. Then you'll have real facts, not estimations. > Specially if yourcomputati

Re: Intensive Computations

2008-10-06 Thread bruno desthuilliers
On 6 oct, 23:18, puzzler <[EMAIL PROTECTED]> wrote: > > I'm afraid you failed to give enough informations about your > > "intensivecomputation" (ie: what kind ofcomputation, what input data > > does it requires, what does it outputs, is it mostly IO bound or cpu > > bound or else, etc), nor abou

Re: Intensive Computations

2008-10-06 Thread puzzler
> I'm afraid you failed to give enough informations about your > "intensivecomputation" (ie: what kind ofcomputation, what input data > does it requires, what does it outputs, is it mostly IO bound or cpu > bound or else, etc), nor about the expected load. According to these > informations, answer

Re: Intensive Computations

2008-10-06 Thread bruno desthuilliers
On 6 oct, 18:46, puzzler <[EMAIL PROTECTED]> wrote: > Let's say I want to provide a web form, where the user enters in some > data. Then, when the user hits the submit button, it triggers a very > computationally intensive program to process that data that will take, > say, 4 or 5 minutes. Is it

Intensive Computations

2008-10-06 Thread puzzler
Let's say I want to provide a web form, where the user enters in some data. Then, when the user hits the submit button, it triggers a very computationally intensive program to process that data that will take, say, 4 or 5 minutes. The user is taken to a page that shows a little "waiting" animati