[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: svn commit: r1627946 - /subversion/trunk/subversion/libsvn_fs_x/cached_data.c

From: Branko Čibej <brane_at_wandisco.com>
Date: Sun, 28 Sep 2014 00:41:19 +0200

On 27.09.2014 12:44, stefan2_at_apache.org wrote:
> Author: stefan2
> Date: Sat Sep 27 10:44:13 2014
> New Revision: 1627946

> + /* Clear it the ITERPOOL once in a while. Doing it too frequently
> + * renders the FILE_HINT ineffective. Doing too infrequently, may
> + * leave us with too many open file handles. */

This makes me wonder: there's no substantial difference between clearing
the pool (and closing file) every 16 iterations, or doing that on every
iteration. So, what's magical about 16, do we actually know how many
files we keep open, does the code try to gracefully handle running out
of file handles, and if not, does the whole pack operation go south when
we do run out?

-- Brane
Received on 2014-09-28 00:41:51 CEST

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.