Hi all,

It looks like we're going to start work on a very high profile site and 
I'm investigating performance tweaks we can make to ensure we can handle 
the load :)

One of the areas I'm concerned about is having to make a connection to 
the database for every request, and I'd be very grateful for some input 
from the django people :)

Does Django connect to the database for every page request? Say I'm just 
returning "Hello, World!" and not making any requests for models - is a 
connection still made? If so, is there a way I can avoid it?

Is there a recommended solution for connection pooling with postgres? 
I've seen SqlRelay and pgpool mentioned but they both seem to have 
downsides in terms of affecting query performance. What have people here 
used?

Cheers!

Mike

--~--~---------~--~----~------------~-------~--~----~
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?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to