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