delete worker uses persistent HTTP connections
commit13e5fe2a4487acdc5dae8336eabab4d673ceb443
authorEric Wong <normalperson@yhbt.net>
Wed, 12 Sep 2012 00:11:10 +0000 (11 17:11 -0700)
committerEric Wong <normalperson@yhbt.net>
Sat, 10 Aug 2013 07:03:23 +0000 (10 07:03 +0000)
tree6fbad87a6e375e472212d23c30046447b3f2d0de
parentd45c8a6cf76808c07732d53e8e0cededa8a7cf62
delete worker uses persistent HTTP connections

This allows us to avoid running ourselves out of local ports
when handling massive delete storms.

Eventually, we can parallelize deletes in a manner similar
to fsck size checking.
lib/MogileFS/Util.pm
lib/MogileFS/Worker/Delete.pm