Skip to main content



      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 06:16
Eclipse UserFriend
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: Fri Nov 07 23:47:52 EST 2025

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

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

Back to the top