I did, in fact, experience a speedup when using DBPool with MySQL, so I 
removed that comment from the source code.

I use DBPool on my production site (via a MiddleKit setting) with MySQL 
at 20 connections.

-Chuck


On Thursday 02 May 2002 03:11 pm, Hancock, David \(DHANCOCK\) wrote:
> 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!

_______________________________________________________________

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