Gossamer Forum
Home : Products : Gossamer Mail : Discussion :

Re: [anup123] When Do Mysql (GM) processes close?

Quote Reply
Re: [anup123] When Do Mysql (GM) processes close? In reply to
Under mod_perl, our programs use persistent database connections - so once established, a connection will generally stay connected. Each time a GMail request starts, it gets one of the pre-established database connections, and when it's done it releases it back so that one of the next GMail requests can reuse the connection. This effectively eliminates the database connection overhead and results in a fairly decent optimization. A new connection will be created only if no connections are available when the connection needs to be established.

Jason Rhinelander
Gossamer Threads
jason@gossamer-threads.com
Subject Author Views Date
Thread When Do Mysql (GM) processes close? anup123 3433 May 16, 2003, 3:55 AM
Thread Re: [anup123] When Do Mysql (GM) processes close?
Paul 3364 May 16, 2003, 4:02 AM
Thread Re: [Paul] When Do Mysql (GM) processes close?
anup123 3345 May 16, 2003, 5:43 AM
Thread Re: [anup123] When Do Mysql (GM) processes close?
Paul 3358 May 16, 2003, 6:51 AM
Thread Re: [Paul] When Do Mysql (GM) processes close?
anup123 3349 May 16, 2003, 9:15 AM
Post Re: [anup123] When Do Mysql (GM) processes close?
Jagerman 3322 May 28, 2003, 5:39 PM