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

Re: Locking functional spec: timeouts

From: Greg Hudson <ghudson_at_MIT.EDU>
Date: 2004-10-19 17:32:37 CEST

On Tue, 2004-10-19 at 11:06, Ben Collins-Sussman wrote:
> I don't understand: what's wrong with supporting lock timeouts as a
> 'core' locking feature in the libsvn_repos (or fs) libraries?

When there's a feature you don't really want for yourself, but which you
have to support for the user of module X, it's good to look for a way to
implement it wholly within module X, so that you don't pollute your core
with stuff only module X cares about.

Unfortunately, in this case I don't think there's any sane way to do
that. A well-behaved Apache module does not spawn off a timer process,
in my world. So we pollute our core a little bit. No big deal.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Tue Oct 19 17:32:52 2004

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.