Re: [firebird-support] Statement get stuck and never terminates

2012-06-12 Thread Marc Bettex
Hi Thomas and thanks for trying to help me. To answer your questions: > * What's the read/write ratio in your test? The ratio is around 1.33 read statement per write statement > * Any special reason to lock the entire table for write operations? I > guess that's PROTECED WRITE supposed to do

Re: [firebird-support] Statement get stuck and never terminates

2012-06-11 Thread Thomas Steinmaurer
Hi Marc, > I'm using Firebird 2.5.1 SuperServer on windows 7 from a .Net application > that uses the .Net Ado Provider 2.5.2. The firebird server and the > application run on the same machine. > > In order to test a component from the application, I create 100 threads that > will read, update,

[firebird-support] Statement get stuck and never terminates

2012-06-11 Thread Marc Bettex
Hi everybody, I'm using Firebird 2.5.1 SuperServer on windows 7 from a .Net application that uses the .Net Ado Provider 2.5.2. The firebird server and the application run on the same machine. In order to test a component from the application, I create 100 threads that will read, update, insert