Re: Connection Pooling

2006-05-09 Thread romyd misc
Has anyone implemented connection pooling in C# .NET? On 5/8/06, romyd misc <[EMAIL PROTECTED]> wrote: What i meant by implementing connection pooling i meant if i need to do any code changes other than changes in connection string. Thanks, Romy On 5/8/06, Tim Lucia <[EMAIL PROTECTED]> wro

RE: Connection Pooling

2006-05-08 Thread Tim Lucia
lto:[EMAIL PROTECTED] Sent: Monday, May 08, 2006 4:33 PM To: Tim Lucia Cc: mysql@lists.mysql.com Subject: Re: Connection Pooling What i meant by implementing connection pooling i meant if i need to do any code changes other than changes in connection string. Thanks, Romy On 5/8/06, Tim Lucia <[EM

Re: Connection Pooling

2006-05-08 Thread romyd misc
What i meant by implementing connection pooling i meant if i need to do any code changes other than changes in connection string. Thanks, Romy On 5/8/06, Tim Lucia <[EMAIL PROTECTED]> wrote: I don't hear "you need to implement connection pooling". Maybe, but I think you might still have err

Re: Connection Pooling

2006-05-08 Thread William R. Mussatto
romyd misc said: > Hi Everyone, > > I'm developing an application using C# .NET and mysql as database. It's a > multithreaded application, we open a mysql database connection at the very > beginning when the application is started and all the database requests > use > the same connection. But under

RE: Connection Pooling

2006-05-08 Thread Tim Lucia
I don't hear "you need to implement connection pooling". Maybe, but I think you might still have errors under load, as you approach the maximum connection count in the pool. Tim -Original Message- From: romyd misc [mailto:[EMAIL PROTECTED] Sent: Monday, May 08, 2006 2:37 PM To: mysql@l

RE: Connection Pooling

2001-08-09 Thread Jamie Krasnoo
Try going to www.freshmeat.net and searching for PoolMan. It's a Java library for pooling connections to MySQL. I haven't messed around with it but I saw it when trying to learn Java. Hope this helps, Jamie -Original Message- From: gaurav [mailto:[EMAIL PROTECTED]] Sent: Thursday, Aug