[firebird-support] Re: Concurreny transaction impact on writers

2013-12-08 Thread zvjezdan77
--- In firebird-support@yahoogroups.com, Thomas Steinmaurer wrote: > > > Hi. In highly concurrent environment, part of an app is using .NET > > RepeatableRead transaction to read data from few tables. > > I noticed that during these reads, writers to these tables experience major > > slowdown.

[firebird-support] Re: Concurreny transaction impact on writers

2013-12-08 Thread zvjezdan77
--- In firebird-support@yahoogroups.com, Thomas Steinmaurer wrote: > > >>> Hi. In highly concurrent environment, part of an app is using .NET > >>> RepeatableRead transaction to read data from few tables. > >>> I noticed that during these reads, writers to these tables experience > >>> major s

Re: [firebird-support] Re: Concurreny transaction impact on writers

2013-12-08 Thread Thomas Steinmaurer
>>> Hi. In highly concurrent environment, part of an app is using .NET >>> RepeatableRead transaction to read data from few tables. >>> I noticed that during these reads, writers to these tables experience major >>> slowdown. >>> So question is this: >>> Does (Concurrency,ReadWrite) (.NET Repeata