I only recollect that it was reported that there was no speed boost using
MySQL, and nobody else had reported any results.

My testing has shown about 10:1 performance boost using DBPool.py to pool
connections to Oracle. After looking at the database machine I'm connecting
to, I can tell you for certain that the connections are being pooled and
allocated in a nice round-robin fashion.

It's to be expected that MySQL doesn't show a performance boost, because the
"cost of connection" is very low.  Oracle's cost of connection is high, and
that's why it speeds up so nicely when the connections are pooled.

Cheers!
--
David Hancock | [EMAIL PROTECTED] | 410-266-4384


-----Original Message-----
From: Costas Malamas [mailto:[EMAIL PROTECTED]] 
Sent: Thursday, May 02, 2002 5:57 PM
To: [EMAIL PROTECTED]
Subject: [Webware-discuss] DB Connection Pulling


I remember there was a conversation here about DBPool.py and how it is not 
really pooling DB Connections.  Has anybody attacked this problem?

Thanks,

Costas

_______________________________________________________________

Have big pipes? SourceForge.net is looking for download mirrors. We supply
the hardware. You get the recognition. Email Us: [EMAIL PROTECTED]
_______________________________________________
Webware-discuss mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/webware-discuss

Reply via email to