mioz2077 / pojo-mbean

Automatically exported from code.google.com/p/pojo-mbean
0 stars 0 forks source link

Improve atomicity of notifyXxxx() operations #10

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Currently virtually no synchronized blocks are used to ensure atomicity of 
notifyXxx() operations.

This could lead to marginal inconsistencies in the statistics of the 
ProcessingPojoMBean

It should be investigated how to improve atomicity while maintaining 
concurrency of operation.

Original issue reported on code.google.com by morten.h...@gmail.com on 8 Jul 2011 at 6:18

GoogleCodeExporter commented 8 years ago

Original comment by morten.h...@gmail.com on 9 Jul 2011 at 5:38