HELP!!! VB.Net 2 Multithreading Application
Posted by: Giacomo Arru
Date: September 01, 2006 03:33AM

Hi,

I have a BIG problem

I'm using connector/net 1.0.7 with Vb.NET 2 in a multithreading application and I need to permorm a lot of operation at the same time, the problem is that my app has to work continuosly for days and days (approx 3 months continuosly) and if I use a single connection I got many errors because MySQLDataReader locks the connection, so I have to create lots of connections, reaching in a short time the connection limit.

I have noticed that if I also correctly close and dispose the mysqlconnection (after using mysqldatareader) the server still keeps a connection open. how can i really close the connections?


Please my boss is very angry :)

thanks

Options: ReplyQuote


Subject
Written By
Posted
HELP!!! VB.Net 2 Multithreading Application
September 01, 2006 03:33AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.