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

Re: When to call txn_checkpoint().

From: Brandon Ehle <azverkan_at_yahoo.com>
Date: 2003-02-21 08:24:20 CET

>
>
>Each RA layer would be responsible for calling the function "at the
>appropriate time", in practice, when an operation completes and/or a
>connection shuts down. For example, from inside the FS code, it can
>be hard to tell when an update begins and ends, because it just looks
>like a series of svn_fs_foo() calls. But the caller -- the RA layer
>-- can say when the operation is over, and run checkpoint based on
>that.
>
>
We might also need some way of detecting duplicate txn_checkpoint()'s so
that different ra layers aren't attempting to checkpoint at the same
time like if you are using mod_dav_svn and svnserve -d at the same
time. I'm not entirely sure how svnserve works in tunnel mode, but I
suspect that many processes could be active?

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Fri Feb 21 05:15:55 2003

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.