go/zodb: High-level watching - initial draft
Add initial draft for IStorage-level watch API and implemention: - Notifier goes away; - Add Watcher interface instead with AddWatch/DelWatch calls. See Watcher documentation for details. - IStorage wrapper now subscribes to driver events, retranslate them to users and handles Add/Del watch subscription requests. XXX Raw cache becomes temporarily disabled, until it is fixed to handle invalidations. XXX Tests pending.
Showing
go/zodb/storage_test.go
0 → 100644
-
mentioned in commit ZEO@ab86bd72
-
mentioned in commit ZEO@f2fae122
-
mentioned in commit ZODB@c1e08052
Please register or sign in to comment