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.
>
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
> 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
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
> 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
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
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
7 matches
Mail list logo