Subject Re: [firebird-support] Subscribing Events
Author Helen Borrie
At 12:18 PM 15/09/2003 +0100, you wrote:
>Thanx Helen for the nice explanation.
>One thing I wanted to ask, does all the client applications get notified
>for a particular insert?
>I mean to say for a particular event can n number of clients be notified,
>taken into account if they are properly registered?
>Actually I've a .NET client application and I want to subscribe for any
>events in a particualar stored procedure. But only the client firing the
>query gets notified and all the clients are not.
>Here is a link which explains the problem more clearly
>http://sourceforge.net/mailarchive/forum.php?thread_id=3068159&forum_id=12591
>
>I just wanted to know how does Firebird actually behaves to this
>situation. Just to compare with this.

I'm not familiar with the .net provider but I assume QueueEvents
encapsulates EVENT WAIT. The event manager will dispatch events to
whatever clients have registered that they are listening for them. Does
this answer your question?

heLen