Re: [Firebird-net-provider] IntPtr and SafeHandle

2012-06-20 Thread Jiri Cincura
http://tracker.firebirdsql.org/browse/DNET-443 -- Jiri {x2} Cincura (x2develop.com founder) http://blog.cincura.net/ | http://www.ID3renamer.com -- Live Security Virtual Conference Exclusive live event will cover all the

Re: [Firebird-net-provider] IntPtr and SafeHandle

2010-04-08 Thread Jiri Cincura
On Wed, Apr 7, 2010 at 21:55, Mercea Paul wrote: > Could this cause the "not shooting down" application using embedded database > ? No. It's just about leaking resources. -- Jiri {x2} Cincura (CTO x2develop.com) http://blog.cincura.net/ | http://www.ID3renamer.com -

Re: [Firebird-net-provider] IntPtr and SafeHandle

2010-04-07 Thread Mercea Paul
ers of the Firebird .NET providers Subject: [Firebird-net-provider] IntPtr and SafeHandle Hi *, for embedded server implementation we're using IntPtr on a lot of places. But there's a small chance that this handle will leak - when the thread executing the code is killed after the execution a

[Firebird-net-provider] IntPtr and SafeHandle

2010-04-06 Thread Jiri Cincura
Hi *, for embedded server implementation we're using IntPtr on a lot of places. But there's a small chance that this handle will leak - when the thread executing the code is killed after the execution and before assignment. As I said, this is ***very*** unlikely (we're here talking in IL instruct