FND / tiddlywebplugins.tagdex

TiddlyWeb indexer for tag-based tiddler retrieval
0 stars 0 forks source link

asynchronous hooks #2

Open FND opened 11 years ago

FND commented 11 years ago

similar to #1, the current small-scale scope might not work for large-scale instances

that is, currently the indexing hooks are being executed synchronously, which delays PUT and DELETE operations - this might not be significant most of the time, but for large instances it'd be nice if there was an option to decouple indexing from the request/response processing