Hi Jiri

Could this cause the "not shooting down" application using embedded database
?
As I know that was caused by pooling !

Regards,
Paul

-----Original Message-----
From: Jiri Cincura [mailto:disk...@cincura.net] 
Sent: Tuesday, April 06, 2010 11:16 PM
To: For users and developers 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 and before
assignment. As I said, this is ***very***  unlikely (we're here
talking in IL instructions level), but using SafeHandle is a
recommended approach.

As this could affect only really long running applications using
embedded server and it's very unlikely, I would like to hear you
opinions whether to escalate this potential issue or leave it with
minor priority.

-- 
Jiri {x2} Cincura (CTO x2develop.com)
http://blog.cincura.net/ | http://www.ID3renamer.com

----------------------------------------------------------------------------
--
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
Firebird-net-provider mailing list
Firebird-net-provider@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/firebird-net-provider



------------------------------------------------------------------------------
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
Firebird-net-provider mailing list
Firebird-net-provider@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/firebird-net-provider

Reply via email to