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.