Database Connections
Duncan McGreggor <[email protected]> Wed, 4 Aug 2004 15:13:23 -0400
| Newsgroups | gmane.comp.python.modeling |
|---|---|
| Message-ID | <[email protected]> |
Hey Folks, We're building an application that uses Modeling, and a couple questions came up in a meeting today. The biggest concern was about sessions (what they called database pooling or connection pooling). I did have a look at EditorContextSessioning, and let them know about it, and it looks like it will suite our needs. However, I wanted to get some explicit feedback, just to be sure ;-) Application Activity: there's going to be lots of querying, searching, and updating (the last to a lesser degree). Application Framework: Apache + mod_python with the mod_python Session object for session management What they meant by pooling is not what Oracle developers usually mean; they want to be sure that for every HTTP Session, and all of it's HTTP requests, there is a single connection to the database that is reused for the entire length of the session lifetime. Is that, in a nutshell, what we get when we use EditorContextSessioning? Thanks! Duncan ------------------------------------------------------- This SF.Net email is sponsored by OSTG. Have you noticed the changes on Linux.com, ITManagersJournal and NewsForge in the past few weeks? Now, one more big change to announce. We are now OSTG- Open Source Technology Group. Come see the changes on the new OSTG site. www.ostg.com