Subject | Re: [IB-Architect] Event datasets RFD |
---|---|
Author | Bill Karwin |
Post date | 2000-05-15T22:01:10Z |
From: "Jason Wharton" <jwharton@...>
event 'blah'. Decrement n when any of these clients does one of the
following:
o Fetches the dataset
o Asks to be removed from the notification list
o Terminates its database connection
When n reaches zero, discard the dataset.
Bill Karwin
> Being that events are not dispatched until the transaction is closed howto
> does one determine when it should be garbage collected? It isn't possible
> make it such that upon fetching because there are potentially many clientsThe server knows there are n clients who have expressed an interest in the
> that would respond to the event.
event 'blah'. Decrement n when any of these clients does one of the
following:
o Fetches the dataset
o Asks to be removed from the notification list
o Terminates its database connection
When n reaches zero, discard the dataset.
Bill Karwin