Hi everyone.
Using DatabaseReader in highly loaded environment and noticed huge blocking time on this line.
If I understand correctly byte buffer is duplicated and only used locally on method's stack memory.
Why is it made as synchronized ? Are there any workarounds ?
Thanks!