Hi, On Sat, 13 Oct 2007, Shawn O. Pearce wrote: > Since builtin-pack-objects now accepts (limited) pthread support, > perhaps this should be implemented in terms of pthread support when > pthreads are available? Falling back to fork() when no pthreads are available? Yes, that makes sense. It might also (marginally) speed up operations, since the switches between threads are cheaper than those between processes, right? Ciao, Dscho - To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html