|
| Total Answers and Comments: 3 |
Last Update: March 29, 2007 |
|
| | |
|
Submitted by: Faisal Ghauri Performance does take a hit when using synchronization. I think the way to reduce this hit is to synchronize only a block of code that will be accessed by threads and not synchronize the entire method.
Above answer was rated as good by the following members: damodarJ, rakesh_swarankar, geeksterrahul | Go To Top
|