On Wed, Oct 20, 2010 at 6:58 PM, Renato Isidio <[email protected]> wrote:
> Thanks for answering me. We're using unix servers and we want to > install git / gitorious on those servers. What we're not sure is if > the repository is gonna crash, I mean, If git-1 (imagine 2 gits / one > per server) tryies to write a code into the disk (that is a filer and > its shared as mount points) and the other git-2 process on the other > server wants to write at the same time. Whats gonna happen? This > semaphore is managed by software? Or its not managed? Actually I dont > know if this question belongs to gitorious or git only. > I don't know the internals of git that good; I suppose it would be possible for instance to have two concurrent push operations over SSH... What we will be doing on gitorious.org is to add a layer between the Rails process and the git repositories, so the git access is basically performed over some kind of RPC protocol. Further, we will add information to the database about which node a repository is located on. Cheers, - Marius -- To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected]
