Re: ERJGroupsSynchronizer

2022-03-25 Thread Ricardo Parada via Webobjects-dev
By the way, here’s a synchronizer subclass I wrote to keep changes in sync within a single java VM. /** * Keeps EOF in sync within a single java VM. * * Wonder's ProcessChangesQueue seems to takes care of keeping * in sync EOF stacks used in other threads. */ public class LocalSynchroniz

Re: ERJGroupsSynchronizer

2022-03-25 Thread Ricardo Parada via Webobjects-dev
Thank you all for the responses. When we put the ERJGroupsSynchronizer in production we started receiving reports of users not being able to access the application instances or getting kicked out of the application. I do not know if the ERJGroupsSynchronizer is the one to blame. So I think it