Re: [Firebird-devel] fbclient Deadlock in ISC_event_wait

2012-05-31 Thread Vlad Khorsun
> Thanks again Vlad for clarification. > > One more clarification, is it Ok, to use differenct connection object to the > same DB simultaneously. As much as your HW allows :) Regards, Vlad -- Live Security Virtual C

Re: [Firebird-devel] fbclient Deadlock in ISC_event_wait

2012-05-31 Thread mann1402
Thanks again Vlad for clarification. One more clarification, is it Ok, to use differenct connection object to the same DB simultaneously. Regards, Mann -- View this message in context: http://firebird.1100200.n4.nabble.com/fbclient-Deadlock-in-ISC-event-wait-tp4631165p4631184.html Sent from the

Re: [Firebird-devel] fbclient Deadlock in ISC_event_wait

2012-05-31 Thread Dimitry Sibiryakov
31.05.2012 22:25, Denys Khanzhiyev wrote: > I wanted to ask if it is safe to attach in one thread and then query from > another? Yes, it is. -- WBR, SD. -- Live Security Virtual Conference Exclusive live event wi

Re: [Firebird-devel] fbclient Deadlock in ISC_event_wait

2012-05-31 Thread Denys Khanzhiyev
I wanted to ask if it is safe to attach in one thread and then query from another? I am using fbclient2.5 with mine nodejs lib and have strange issues. NodeJS uses thread pool so my asynchrnous call may go into different thread each time and from time to time my app just hangs (i.e. some call to is

Re: [Firebird-devel] fbclient Deadlock in ISC_event_wait

2012-05-31 Thread Alex Peshkoff
On 05/31/12 07:30, mann1402 wrote: > Thanks a lot Vlad for quick response. > > Sorry for missing information. > > fbclient version is 2.1.1.17910 in Windows 2k3 Service Pack 2 x86 processor. > > Also i am using SQLAPI library to connect to Firebird. If possible, can you > please elaborate "manuall

Re: [Firebird-devel] fbclient Deadlock in ISC_event_wait

2012-05-31 Thread Vlad Khorsun
> Thanks a lot Vlad for quick response. > > Sorry for missing information. > > fbclient version is 2.1.1.17910 in Windows 2k3 Service Pack 2 x86 processor. 2.1.4 was released a while ago and 2.1.5 is expected soon. Even if there was some bug in old 2.1.1 - it is impossible to fix it there.

Re: [Firebird-devel] fbclient Deadlock in ISC_event_wait

2012-05-30 Thread mann1402
Thanks a lot Vlad for quick response. Sorry for missing information. fbclient version is 2.1.1.17910 in Windows 2k3 Service Pack 2 x86 processor. Also i am using SQLAPI library to connect to Firebird. If possible, can you please elaborate "manually serialize calls within same connection" Thanks

Re: [Firebird-devel] fbclient Deadlock in ISC_event_wait

2012-05-30 Thread Vlad Khorsun
> I have an application that is using Firebird DB. After running for some > time, application get stuck in following stack trace of fbclient.dll Always tell version of software you use\complain about. Information about environment also required. > In the dump, there are many thread that are

[Firebird-devel] fbclient Deadlock in ISC_event_wait

2012-05-30 Thread mann1402
Hi, I have an application that is using Firebird DB. After running for some time, application get stuck in following stack trace of fbclient.dll In the dump, there are many thread that are waiting on ISC_event_wait, each with a different event. This issue happens at random and not reproducible.