Is there any good/great java example solutions on Reader Writer concurrency problem that you can recommend, or you can write and paste here?
I am particularly interested in the part "sections protected by counter_mutex could be replaced by a suitable fetch-and-add atomic instruction" (I guess it means AtomicInteger objects) on this wiki page.