Re: Connection pooling

2006-04-06 Thread Ivan Sagalaev
JP Farias wrote: >Hmmm... Some question come to my mind now... > >1. Does django uses only one connection for the whole process? > >2. Does it open and close a connection once for every request? > > The second is true. >3. Can django handle many requests at once (multi-threaded or something >e

Re: Connection pooling

2006-04-06 Thread JP Farias
Hmmm... Some question come to my mind now... 1. Does django uses only one connection for the whole process? 2. Does it open and close a connection once for every request? 3. Can django handle many requests at once (multi-threaded or something else)? -- JP --~--~-~--~~---

Re: Connection pooling

2006-04-01 Thread James Bennett
On 4/1/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > Is there any mecanism of database connection pooling in django ? Not at the moment, but some of the changes in the magic-removal branch seem like they'd make this much easier to implement in the future. -- "May the forces of evil become c