Subject | Re: [firebird-support] Subscribing Events |
---|---|
Author | Helen Borrie |
Post date | 2003-09-15T11:26:35Z |
At 12:18 PM 15/09/2003 +0100, you wrote:
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
>Thanx Helen for the nice explanation.I'm not familiar with the .net provider but I assume QueueEvents
>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.
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