Re: [Firebird-net-provider] Finalizers

2016-09-07 Thread zabulus12
What cases? Problem of finalizers that all managed objects you try to reference must be treated as null. If you try to look from this view you'll see that theyre don't do anything Sent from my Windows 10 phone From: Jiří

Re: [Firebird-net-provider] Finalizers

2016-09-06 Thread Jiří Činčura
> In embedded or network part? In embedded I thought I had fixed that In network. The embedded is OK - backed by the SafeHandles - as I wrote. > issues. As for network, they should be eliminated at all IIRC. Agreed. Although there might be a one or two cases where it makes sense, higher up. I

Re: [Firebird-net-provider] Finalizers

2016-09-06 Thread zabulus12
In embedded or network part? In embedded I thought I had fixed that issues. As for network, they should be eliminated at all IIRC. Sent from my Windows 10 phone From: Jiří Činčura--

Re: [Firebird-net-provider] Finalizers

2016-09-06 Thread Jiří Činčura
> What finalizers are you mention? All. -- Mgr. Jiří Činčura Independent IT Specialist -- ___ Firebird-net-provider mailing list Firebird-net-provider@lists.sourceforge.net

Re: [Firebird-net-provider] Finalizers

2016-09-06 Thread Геннадий Забула
What finalizers are you mention? On 29 August 2016 at 11:23, Gerdus van Zyl wrote: > I agree finalizers should not be used to mask or 'fix' incorrect provider > usage. I try to avoid finalizers as much as possible since they run at > unpredictable times causing hard to

Re: [Firebird-net-provider] Finalizers

2016-08-29 Thread Gerdus van Zyl
I agree finalizers should not be used to mask or 'fix' incorrect provider usage. I try to avoid finalizers as much as possible since they run at unpredictable times causing hard to debug scenarios. On Sun, Aug 28, 2016 at 5:40 PM, Jiří Činčura wrote: > Hi *, > > Talking about

Re: [Firebird-net-provider] Finalizers

2016-08-29 Thread Jiří Činčura
> A forecast in time for this release Hopefully before end of the year. My current plan, among bug fixes, is roughly: compression > .NET Core > EF Core > finalizers. -- Mgr. Jiří Činčura Independent IT Specialist --

Re: [Firebird-net-provider] Finalizers

2016-08-29 Thread Norbert Saint Georges
> I believe it will make the code slightly faster and also solve some rare > bugs, often NREs from finalizer thread. > > Of course it will be new major version. that is my opinion also. A forecast in time for this release -- Norbert Saint Georges http://tetrasys.fi

[Firebird-net-provider] Finalizers

2016-08-28 Thread Jiří Činčura
Hi *, Talking about finalizers in my last email. As I was getting through these, I found few that are wrong-ish. In 99% cases failing with exception, that's just swallowed. Confirmed from runtime. Although in 1% these might be lucky I don't think it's correct usage. What the finalizers are