I am trying to find a good solution to have a single instance of Bugzilla accessed by different groups and some of those groups may have very slow or even intermittent network access.
As far as I can tell, trying to run several instances of bugzilla and keep a database in sync is not really a good idea. Mirroring / sync can be part of the solution, even if there are risks or accessing old data sometimes...
Just wondering if anybody had run into similar problem before and/or if there is some good (or creative) way to go about it.
(And no, there is nothing I can do about the network access speed or reliability).