On Tue, Jan 11, 2011 at 2:37 AM, Kenneth Gonsalves <[email protected]> wrote: > On Mon, 2011-01-10 at 11:12 -0500, Javier Guerra Giraldez wrote: >> Django is not a page-based template system like PHP. it's a >> long-running application that answers web requests. > > I do not think it is a long running application
'long' as compared to PHP processes, which are initialized and destroyed for each HTTP request. Django, in contrast, stays up to handle many requests. -- Javier -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/django-users?hl=en.

