[Zope-dev] Re: AdaptableStorage

seb bacon seb@jamkit.com
Tue, 21 Jan 2003 10:35:39 +0000


  >> How about having a seperate process which just watched the files and
>> notifed Zope when they changed?
> 
> 
> A definite possibility.  It might even just poke an URL to send the 
> notification.

Since every storage will have its own unique notification scheme, which 
may be more or less inefficient (worst case scenario, periodic polling 
of entire storage for recently modified items), it might make sense to 
have a "notification server."  It would make it simpler for users to 
create custom storage transaction alert handlers.

For different cache invalidation scenarios, Zope could poll the server 
as well as get poked.

seb