Forum Moderators: open

Message Too Old, No Replies

Connection Pooling fails in Mysql 4.x

         

kadnan

7:38 am on Oct 10, 2006 (gmt 0)

10+ Year Member


I am trying to connect mysql db ver 4.x via .NET connector for Mysql. I tried to call connection pooling but after certain period, i am getting time out error due to reacing on max pool size..

Yes i am calling both dispose() and close() method but they dont seem friendly to me. What would you suggest to me? my application will query the db all the time. The only option left is to disable pooling.