From: Kevin W. <kw...@it...> - 2001-11-29 19:51:13
|
Do you have and ideas why my app. would lock up at isc_dsql_alloc_statement2? It doesn't seem to want to let multiple threads use this function, even from different connections. Another weird thing is it locks up BOTH threads. I am beginning to think this is not a concurrency issue, but just a programmatic one, where I am doing something in the wrong order maybe??? I really cannot figure this out. -----Original Message----- From: Leyne, Sean [mailto:sl...@at...] Sent: Wednesday, November 28, 2001 6:21 PM To: Kevin Wooten; fir...@li... Subject: RE: [Firebird-devel] Firebird Concurrency Kevin, > I was under the impression it was totally safe to operate on different > connections from seperate threads at the same time. I am=20 > running into a > deadlock problem and I want to be totally sure I can rule this out. Your impression is correct. The only caveat is that you CAN NOT use a local access connection -- you MUST use a network/loopback access connection. -- Sean Leyne There is nothing wrong with Interbase that Firebird can't fix http://FirebirdSQL.org |