From: Lee C. <lee...@ad...> - 2003-07-27 19:13:06
|
> I think yes, but test it and comment here the results :), at this moment > for multi-threaded applications you need a connection per thread if i > remember well :). I will comment when I test this out. I am actually designing the server to use asynchronous calls but it does still throw it into a thread managed by the system. Each thread would have its own connection by using the thread pooling capabilities in the NET Provider. Q: The FbConnection.Open() method is thread safe? It has to be right? Lee |