Hi Jiri

Thanks for looking into it.

As for the "event" problem.  I have been doing some debugging.

I experience two problems.  Or the events don't start or they just stop at
once.

Two things, I register a lot of events (30 or so).  I create a new
fbRemoteEvent instance for each event.  I should combine them in less
fbevents, but that is for later.

Below you find a log, it shows you when a transaction is started or
committed and when I received operations in the EventThread.  I put it as
low as possible.  

private void ThreadHandler(object o) in GDSEventmanager
...
   while (this.events.Count > 0)
                    {
                        operation = this.database.NextOperation();
                        Console.WriteLine("Operation received in thread " +
operation);
                        switch (operation)
                        {...

I saved 6 persons, you can see that I received the event in the same
function twice. And then it just stopped.  I didn't even receive anything
from the database anymore.
Also... the thread didn't went into error or ...  It really looks like "
this.database.NextOperation();"  just never returns the bytes.

I'm really getting desperate on this.  It is not that hard for me to
simulate it...  but it is just extremely unstable.  

Since, I can somewhat simulate this...  Do you feel like coming to Belgium
in the near future or can I send you a preinstalled laptop with our source.
Maybe I can do some testing / debugging for you?

Thanks in advance

Alexander

Create Transaction
Commit transaction commit
Operation received in thread 52
Event received PERS
Event received
Create Transaction
Commit transaction upgrade limbo
Create Transaction
Commit transaction commit
Operation received in thread 52
Event received PERS
Event received
Create Transaction
Commit transaction upgrade limbo
Create Transaction
Commit transaction commit
Create Transaction
Commit transaction commit
Create Transaction
Commit transaction commit
Create Transaction
Commit transaction commit
Operation received in thread 52
Event received RGN
Event received
Operation received in thread 52
Operation received in thread 0
Operation received in thread 0
Operation received in thread 0
Operation received in thread 50
threadStarted
Create Transaction
Commit transaction force close



-----Original Message-----
From: Alexander Muylaert [mailto:amuylaert_gel...@hotmail.com] 
Sent: dinsdag 25 januari 2011 15:24
To: 'For users and developers of the Firebird .NET providers'
Subject: [Firebird-net-provider] DNet - 234

Hi Jiri

We were having some issues with the events system again.  In combination
with stored procedures.
After executing a stored proc, some of the events on the network don't get
triggered anymore.  

http://webcache.googleusercontent.com/search?q=cache:60r72F44y-sJ:tracker.fi
rebirdsql.org/browse/DNET-234+firebird+stored+event&hl=nl&gl=be&strip=1

I noticed that bug 234 already mentions this and it contains a working fix.
Would you mind having a look at it?  I have to send the googlecache since
jira is down.  
By the way, we are using 2.6

Thanks

Alexander 


----------------------------------------------------------------------------
--
Special Offer-- Download ArcSight Logger for FREE (a $49 USD value)!
Finally, a world-class log management solution at an even better price-free!
Download using promo code Free_Logger_4_Dev2Dev. Offer expires February
28th, so secure your free ArcSight Logger TODAY! 
http://p.sf.net/sfu/arcsight-sfd2d
_______________________________________________
Firebird-net-provider mailing list
Firebird-net-provider@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/firebird-net-provider


------------------------------------------------------------------------------
Special Offer-- Download ArcSight Logger for FREE (a $49 USD value)!
Finally, a world-class log management solution at an even better price-free!
Download using promo code Free_Logger_4_Dev2Dev. Offer expires 
February 28th, so secure your free ArcSight Logger TODAY! 
http://p.sf.net/sfu/arcsight-sfd2d
_______________________________________________
Firebird-net-provider mailing list
Firebird-net-provider@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/firebird-net-provider

Reply via email to