I have too admit that I have written multithreaded servers and made many 
multithreaded things in my life.

I'm also a specialist in debugging issues made by people who economized on 
resources and lacks in a threading environment.

Don't do this to yourself...

Alexander

--------------------------------------------------
From: "Jiri Cincura" <disk...@cincura.net>
Sent: Monday, May 03, 2010 11:55 AM
To: "For users and developers of the Firebird .NET providers" 
<firebird-net-provider@lists.sourceforge.net>
Subject: Re: [Firebird-net-provider] A "thread-safety" workarround

> On Sat, Apr 17, 2010 at 18:54, Ivan Arabadzhiev
> <intelru...@unrealsoft.net> wrote:
>> Actually I just don`t like the idea of unnesesary connections(I have a
>> thing about wasted resources) so I use just one, doing one thing at a 
>> time
>> on different threads(gui or background). I find the idea useful and
>> thought other people might like it :)
>
> It's much harder and expensive to have locks in code then sometime
> spin up a new connection.
>
> -- 
> Jiri {x2} Cincura (CTO x2develop.com)
> http://blog.cincura.net/ | http://www.ID3renamer.com
>
> ------------------------------------------------------------------------------
> _______________________________________________
> Firebird-net-provider mailing list
> Firebird-net-provider@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/firebird-net-provider
> 

------------------------------------------------------------------------------
_______________________________________________
Firebird-net-provider mailing list
Firebird-net-provider@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/firebird-net-provider

Reply via email to