Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » EGit / JGit » Multi-threaded/Multiprocess Jgit use(Question about using jgit across processes)
Multi-threaded/Multiprocess Jgit use [message #1067554] Tue, 09 July 2013 10:16
Raza Ali is currently offline Raza AliFriend
Messages: 1
Registered: July 2013
Junior Member
Dear all,

My apologies if this is a newbie question or if its not the right forum, or if Im not concise enough.

I am using jgit to manage storage of a large number of what we call 'model folders'. Each folder has its separate repository. We have a singleton component responsible for all access to model content, which currently locks out multithreaded use at the level of each model (using Reentrant locks)

We want to be able to have multiple instances of the software for better load balancing, working on multiple servers with the same filesystem. This would mean that what was singleton before is no longer exclusively accessing the repositories/working directories. The extension of the previous solution would be to use FileLocks instead of reentrant locks.

Im posting this here to ask if we are going the right way with this, before I go too far in my implementation.
Previous Topic:[SOLVED][JGit] Use TagCommand to add a tag on HEAD
Next Topic:Merge + Squash does not change MERGE_HEAD?
Goto Forum:
  


Current Time: Thu Apr 25 16:08:04 GMT 2024

Powered by FUDForum. Page generated in 0.03384 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top