RE: Notifications

2003-09-01 Thread Gordon Henriksen
Tim Bunce wrote: > On Thu, Aug 28, 2003 at 07:26:25PM -0400, Dan Sugalski wrote: > > > How does it work? Simple. When a watched resource does what we're > > watching for (it changes, an entry is deleted, an entry is > > added [...] > > Only after the action being watched is performed I presume

Re: Notifications

2003-08-31 Thread Tim Bunce
On Thu, Aug 28, 2003 at 07:26:25PM -0400, Dan Sugalski wrote: > > How does it work? Simple. When a watched resource does what we're > watching for (it changes, an entry is deleted, an entry is added [...] Only after the action being watched is performed I presume. Any implementation details? (m

Re: Notifications

2003-08-29 Thread Piers Cawley
Michael G Schwern <[EMAIL PROTECTED]> writes: > On Thu, Aug 28, 2003 at 07:26:25PM -0400, Dan Sugalski wrote: >> What is a notification system? Well, what it is is a simple system >> that posts an event when a watched resource is changed. We're going >> to watch modification, deletion, addition,

Re: Notifications

2003-08-29 Thread Michael G Schwern
On Thu, Aug 28, 2003 at 07:26:25PM -0400, Dan Sugalski wrote: > What is a notification system? Well, what it is is a simple system > that posts an event when a watched resource is changed. We're going > to watch modification, deletion, addition, and destruction. > > How does it work? Simple. Whe