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

Re: SQLite and callbacks

From: C. Michael Pilato <cmpilato_at_collab.net>
Date: Wed, 12 Jan 2011 09:46:47 -0500

Nothing to add to the immediate discussion at this time. Just wanted to
note that we have essentially the same problems to deal with in the BDB
backend. The solution we've taken there is "don't drive public API
callbacks from inside BDB transactions". It's not always the best for
performance, but the FS API is such a high profile API for third-party
consumers (very unlike the WC API in that respect, I'd imagine) that
simplicity of the API "rules" was valued.

Received on 2011-01-12 15:47:30 CET

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.