I'd like to add that I came to Python actually because of Django. I
have watched for long time different frameworks (of different
languages) and Django seems most like-minded to me.

And I was pleasantly surprised on how mod_python and Django actually
works. The fact that mod_python caching (compiled?) scripts in memory
is just great. That is what I always wanted! And its probably Django's
feature (I m not sure yet how it works) - some operations, like
evaluation of settings and url files done only once, at application
start up, not on every page hit. Even better than one could imagine!

That is pretty much issue for PHP. I was forced to actually cache stuff
that could be computed only once, by serializing this data. But still
there was some overhead (although unserialization is even cheaper than
evaluation of actual PHP code).

That alone just amazing and worth considering to use Django/mod_puthon
regardless of other framework features.

-- serg.


--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to