Hi 

getting into web development from a C, C++ (non web).
I read and understand quite well the django framework code... but I cannot 
grasp yet the object life cycle.
I follow the WSGIHandler and BaseHandler, and seemed to me that at every 
single reuqest, the urls is imported, and in that the admin autodiscover, 
all models admins etc....
Does everything is created for a request?
Is the python interpreter in NGINX + uwsgi + django launched everytime?

Can anyone give me somelight or direct me some reading on this, I really 
want to have a good grasp on everything that is happening on the execution 
model and objects lifetime.

Regards
Alexandre Rua

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/c4306784-38bd-4d0f-bef8-421439681977%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to