Bela Ban created JGRP-2053:
------------------------------
Summary: TCP: reduce blocking on BaseServer
Key: JGRP-2053
URL:
https://issues.jboss.org/browse/JGRP-2053
Project: JGroups
Issue Type: Bug
Reporter: Bela Ban
Assignee: Bela Ban
Fix For: 3.6.10, 4.0
There's work that can be done outside of synchronized statements and locks, e.g.
{{BaseServer.removeConnectionIfPresent()}} can close the connection outside the
synchronized block. This block delays other threads, see attached dump.txt for details.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)