Perform changes from object store

2007-08-01 Thread Miguel Arroz
Hi! Related to my previous question: is there a way to force the processing/merging of changes from the object store? Waiting for the end of the R-R cicle is not enough, and the processRecentChanges method doesn't do it. reaultAllObjects seems to be working, but I don't trust it enough,

Re: Perform changes from object store

2007-08-01 Thread Chuck Hill
On Aug 1, 2007, at 8:47 AM, Miguel Arroz wrote: Hi! Related to my previous question: is there a way to force the processing/merging of changes from the object store? ec.unlock(); ec.lock(); Assuming you have only locked it once. Chuck Waiting for the end of the R-R cicle is not enoug

Re: Perform changes from object store

2007-08-01 Thread Chuck Hill
On Aug 1, 2007, at 10:12 AM, Miguel Arroz wrote: Hi! On 2007/08/01, at 17:02, Chuck Hill wrote: On Aug 1, 2007, at 8:47 AM, Miguel Arroz wrote: Hi! Related to my previous question: is there a way to force the processing/merging of changes from the object store? ec.unlock(); ec.lock

Re: Perform changes from object store

2007-08-01 Thread Miguel Arroz
Hi! On 2007/08/01, at 17:02, Chuck Hill wrote: On Aug 1, 2007, at 8:47 AM, Miguel Arroz wrote: Hi! Related to my previous question: is there a way to force the processing/merging of changes from the object store? ec.unlock(); ec.lock(); Isn't that dangerous? Yours Miguel Arroz

Re: Perform changes from object store

2007-08-01 Thread Miguel Arroz
Hi! On 2007/08/01, at 18:22, Chuck Hill wrote: No, why would it be dangerous. The thread won't return from ec.lock () until the EC is locked again. While it is blocked, it is not doing anything else that might affect the EC. Yeah, it's safe from an EC point of view. I must think if it's