it took 20 times more for EACH request. that means that if 20 users accross
the web ask for differrent heavy data- instead of taking a second for each
one, every user will wait for 20 seconds before the response will answer.
On 16 באפר 2012 23:54, "Javier Guerra Giraldez" <jav...@guerrag.com> wrote:

> On Mon, Apr 16, 2012 at 3:49 PM, Yarden Sachs <yrd...@gmail.com> wrote:
> > when i try to do it from client, it takes 0.7 secs to come back with
> > response, if try to do it from 10 parralel client, it takes 15 secs for
> one
> > http response!
>
>
> well, if you do a heavy and memory intensive task, then doing it ten
> times is ten times as much process and ten times as much memory.  i
> think it's ok to take 20 times as much time.
>
>
> > my team member, tried to find out the problem, and his conclusion is -
> > python+django is not fast. and i DONT like that. its not right!
>
> no, the conclusion is that doing slow things is not fast
>
> --
> Javier
>
> --
> You received this message because you are subscribed to the Google Groups
> "Django users" group.
> To post to this group, send email to django-users@googlegroups.com.
> To unsubscribe from this group, send email to
> django-users+unsubscr...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/django-users?hl=en.
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.

Reply via email to