amichair commented on PR #59:
URL: https://github.com/apache/aries-rsa/pull/59#issuecomment-4549661439

   Could you please clarify what is the bug being solved here? Are you 
experiencing a performance bottleneck that needs to be optimized, or are there 
concurrency issues?  Could you elaborate on the use case where this change is 
needed and the current implementation is insufficient, maybe with a more 
concrete example?
   
   Perhaps we can add a much simpler optimization in the current design that 
coallesces multiple events into triggering a single resync operation (i.e. run 
only one full resync at a time, and batch all events in the meantime to trigger 
only one new resync afterwards), would that help in your scenario?


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to