Description
Currently in putMsg / putMsgList, a synchronized closure is used to protect the whole transientInMessages when adding the new message. This lock prevents other concurrent calls to putMsg/putMsgList and increases the response time. We should use fine-grain locks to allow high concurrency in message communication.
Attachments
Attachments
Issue Links
- relates to
-
GIRAPH-45 Improve the way to keep outgoing messages
- Resolved