Well, yeah. But bascially a three-line Python script with a simple
get_list(), returning two small elements, should not be taking seven
seconds.
I am not surprised about it. One of the three line you are talking about is something like from django.models.mymodel import *, and this alone takes some time to happen. May be m-r is a little better in initialization. Design your scripts keeping this in your mind, create the whole script in python, and not invoking python as a helper process used in some loop maybe better.
--
Amit Upadhyay
Blog: http://www.rootshell.be/~upadhyay
+91-9867-359-701
--~--~---------~--~----~------------~-------~--~----~
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 [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/django-users
-~----------~----~----~----~------~----~------~--~---