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
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
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,
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