Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
Description
Remove the acquiredSendSemaphore/acquireGroupSendSemaphore and related methods from DirectChannel/TCPConduit code. Connection.isReaderThread() and associated makeReaderThread() methods can also be deleted because they're only used by the semaphore code.
These semaphores only constrain messaging if you set a couple of undocumented system properties, p2p.maxGroupSenders and p2p.maxConnectionSenders to some small value. These are (MAX_INT / 2) by default.
Attachments
Issue Links
- links to