google-nomulus/java/google/registry/env/sandbox
mcilwain 00ea99960a Improve efficiency of async contact and host deletion with batching
This allows handling of N asynchronous deletion requests simultaneously instead
of just 1.  An accumulation pull queue is used for deletion requests, and the
async deletion [] is now fired off whenever that pull queue isn't empty,
and processes many tasks at once.  This doesn't particularly take more time,
because the bulk of the cost of the async delete operation is simply iterating
over all DomainBases (which has to happen regardless of how many contacts and
hosts are being deleted).

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=133169336
2016-09-19 11:47:55 -04:00
..
backend/WEB-INF Use zip_rule() for EAR/WAR deploy archives 2016-08-02 21:00:39 -04:00
default/WEB-INF Improve efficiency of async contact and host deletion with batching 2016-09-19 11:47:55 -04:00
tools/WEB-INF Use zip_rule() for EAR/WAR deploy archives 2016-08-02 21:00:39 -04:00