G
Guest
Hi. I posted a connection pooling question on Friday evening; I received some good answers, but I still have a final question
I would like to know if the OracleConnection class is safe for multi-threading applications. This is what MS has to say about OracleConnection wrt Thread Safety
"Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
I don't really understand what they say...static members are thread safe, but new instance members are not thread safe?!? That makes no sense; I would actually believe the reverse
Can someone please explain it to me
Thank
Carl
I would like to know if the OracleConnection class is safe for multi-threading applications. This is what MS has to say about OracleConnection wrt Thread Safety
"Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
I don't really understand what they say...static members are thread safe, but new instance members are not thread safe?!? That makes no sense; I would actually believe the reverse
Can someone please explain it to me
Thank
Carl