Hi Ajit, > -----Original Message----- > From: Ajit Aranha [mailto:[EMAIL PROTECTED] > Sent: Freitag, 18. Februar 2005 13:16 > To: [email protected] > Subject: Odbc driver memory leak > > > Hi, > The odbc driver seems to leak memory if multiple threads > share a SQLHENV and these threads are short lived.(i.e. perform some > operation and terminate.)
Sharing a SQLENV is a good idea. > Creating and freeing the SQLHENV for each thread fixes the leak. I'm > using an older driver. Has this problem been fixed??? Hm, can you sketch the order of the API-calls? 7.3.0 b48 is somewhat older. There were some improvements especially with multi-threading. Please try the current 7.5.0 driver. Regards Thomas ---------------------------------------------- Dr. Thomas K�tter SAP AG, SAP Labs Berlin Do you know SAP^H^H^H MaxDB ? www.mysql.com/products/maxdb www.sapdb.org -- MaxDB Discussion Mailing List For list archives: http://lists.mysql.com/maxdb To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED]
