I was reading: <a href="https://www.varnish-software.com/static/book/Cache_invalidation.html">https://www.varnish-software.com/static/book/Cache_invalidation.html</a><div><br></div><div>My main question is, what sort of # of ban requests can one realistically send to varnish to invalid caches? (individual items, not ranges etc.)</div>

<div><br></div><div>Say a site like tumblr is using varnish, which has thousands and thousands of blogs, and so many blog entries are being updated via comments etc.  How realistic would sending 1K ban's be to varnish?</div>

<div><br></div><div>Maybe I have misunderstood this, but I'm guessing their are ruby/java client libraries that when content gets updated in a web application, I could then send a request using the ruby/java client library to ban a specific item from cache right?</div>

<div><br></div><div>If there are client libraries, where can they be found?  I'm looking for both ruby and java.</div>