Re: [Firebird-net-provider] Re moteEventCounts in FbRemoteEvent

2008-10-06 Thread Jiri Cincura
On Fri, Jul 18, 2008 at 5:11 PM, paha <[EMAIL PROTECTED]> wrote: > It seems like handling of RemoteEventCounts-Event of the FbRemoteEvent class > occurs in other than calling thread. It means, accessing some outside > objects inside FbRemoteEventEventHandler is not thread safe (and this fact > is n

Re: [Firebird-net-provider] Re moteEventCounts in FbRemoteEvent

2008-07-29 Thread paha
Jiri Cincura wrote: > > Hello, > can you post this into tracker. Thanks. > Me? I mean, we have discussed here so many things besides FbRemoteEvent :-D -- View this message in context: http://www.nabble.com/RemoteEventCounts-in-FbRemoteEvent-tp18531448p18727023.html Sent from the firebird-net

Re: [Firebird-net-provider] Re moteEventCounts in FbRemoteEvent

2008-07-29 Thread Jiri Cincura
Hello, can you post this into tracker. Thanks. -- Jiri {x2} Cincura (CTO x2develop.com) http://blog.vyvojar.cz/jirka/ | http://www.ID3renamer.com - This SF.Net email is sponsored by the Moblin Your Move Developer's challeng

Re: [Firebird-net-provider] Re moteEventCounts in FbRemoteEvent

2008-07-18 Thread paha
Hi Jiri, so I managed it faster as supposed. The original problem: Suppose we have following code in for instance Windows Forms window. public Form1() { InitializeComponent(); FbConnection conn = new FbConnection("some connection"); conn.Open();

Re: [Firebird-net-provider] Re moteEventCounts in FbRemoteEvent

2008-07-18 Thread Jiri Cincura
On Fri, Jul 18, 2008 at 5:11 PM, paha <[EMAIL PROTECTED]> wrote: > It seems like handling of RemoteEventCounts-Event of the FbRemoteEvent class > occurs in other than calling thread. It means, accessing some outside You mean the callback? > objects inside FbRemoteEventEventHandler is not thread s