| Author |
connection thread safe
|
Pradeep bhatt
Ranch Hand
Joined: Feb 27, 2002
Posts: 8876
|
|
Is JDBC connection thread safe ? When a connection is shared by many threads on problem I see is the transaction isolation level. Any other problems ? Would like to hear them. :roll:
|
Groovy
|
 |
Taudo Wenzel
Greenhorn
Joined: Mar 06, 2001
Posts: 8
|
|
Hi, the Connection class is not thread save. Don't use it. How would you maintain transactions over multiple threads with only one Connection? Makes your code only more complicated. Regards, Taudo [ August 03, 2003: Message edited by: Taudo Wenzel ]
|
 |
 |
|
|
subject: connection thread safe
|
|
|