Mark Johnson wrote:

Does the same constraints (???) apply to the ODBC driver? i.e., - what we want to do is share a single connection with multiple threads. Each thread creates its own statement handles, etc. from the shared connection. Is the ODBC driver (with a shared connection handle) thread safe? Or is this configuration not recommended?

Only one network request can be active per session. So although the ODBC driver is thread safe, this setup will not be the most efficient one as the threads will synchronize on the session object when actual network requests are made.


Daniel Dittmar

--
Daniel Dittmar
SAP DB, SAP Labs Berlin
[EMAIL PROTECTED]
http://www.sapdb.org



--
MaxDB Discussion Mailing List
For list archives: http://lists.mysql.com/maxdb
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]



Reply via email to