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

ooh... threaded cvs2svn

From: Greg Stein <gstein_at_lyra.org>
Date: 2001-04-16 22:54:13 CEST

Bill Tutt sent me a little tongue-in-cheek ICQ about operating cvs2svn
asynchronously, so we can take advantage of multiprocessor machines :-)

In all seriousness, though, if we get compute bound, then multiprocessing
would be great. We can easily use threads for the create/load of a
transaction (if they're non-conflicting). A main thread would need to
sequence committing them, however.

[ that non-conflicting would be a bitch, but ya never know... with the right
  preflight analysis, then store the result in the log, we could probably
  leave flags in the log saying "parallelizable" ]

We'll see what happens. Python has great threading support, so it wouldn't
be a problem if it came to that.

Cheers,
-g

-- 
Greg Stein, http://www.lyra.org/
Received on Sat Oct 21 14:36:28 2006

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.