<div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><br>I would expect to use enumerate mostly for garbage collection (not that<br>inventories ever get out of sync with the asset db) & external backup
<br>and object migration.<br><br></blockquote></div><br>I think garbage collection eventually should be built into the asset server, using either:<br><br>a) Reference counting - I don't think we can make that work reliably
<br>b) Regular matchings between inventories+region content and asset server content.<br><br>My thoughts on B, is that the problem could actually be reduced to "Regular matchings between inventory content and asset server content". If a region had an inventory, similar to the task inventory of objects, and the region inventory, represented everything rezed inside the region, then garbage collection of assets would be the "simple" task of matching asset id's in inventory resp. asset server.
<br><br>/tleiades<br><br>