jain-sip icon indicating copy to clipboard operation
jain-sip copied to clipboard

Optimize NioTcpMsgProcessor createMessageChannel contention

Open jaimecasero opened this issue 8 years ago • 0 comments

Current implementation relies on Synchronize section over the whole map.

Ideally, CHM.putIfAbsent would be better, so connections to different IP/port are not synced

jaimecasero avatar Apr 06 '16 15:04 jaimecasero