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
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
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
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();
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