Java synchronized mechanism: Difference between revisions
Jump to navigation
Jump to search
Line 6: | Line 6: | ||
=Overview= | =Overview= | ||
=Inefficiencies= | |||
Code written using the <tt>syncrhonized</tt> mechanism is expensive on multicore CPU systems. |
Revision as of 04:51, 21 March 2018
Internal
Overview
Inefficiencies
Code written using the syncrhonized mechanism is expensive on multicore CPU systems.