From: LtColRDSChauhan <rds...@gm...> - 2015-09-20 11:03:10
|
> > Message: 3 > Date: Thu, 17 Sep 2015 19:56:20 +0200 > From: Ji?? ?in?ura <ji...@ci...> > Subject: Re: [Firebird-net-provider] Multithread insert > To: "For users and developers of the Firebird .NET providers" > <fir...@li...> > Message-ID: > <144...@we...> > Content-Type: text/plain; charset="UTF-8" > > On Thu, Sep 17, 2015, at 17:57, ???????? ?????? wrote: > > Narrowed the problem. The cause is a multithreaded update of the same > > record field. Transactions, as I said don't dispatch the issue. > > The advice is simple. Don't update same record (not only in .NET; > anywhere, anytool). :D > > Transactions issues in .NET Provider need to be addressed. Multithread/parallel programming and transactions enable correct exploitation of multicore machines. I understand Firebird 3.0 takes major advances in this area. |