GitHub user clebertsuconic opened a pull request:
https://github.com/apache/activemq-artemis/pull/1395
ARTEMIS-1269 New actor framework
This is replacing an executor on ServerSessionPacketHandler
by a new actor.
This is to avoid creating a new runnable per packet received.
Instead of creating new Runnable, this will use a single static runnable
and the packet will be send by a message, which will be treated by a
listener.
Look at ServerSessionPacketHandler on this commit for more information on
how it works.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/clebertsuconic/activemq-artemis actor
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/activemq-artemis/pull/1395.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #1395
----
commit 5077c58120fede761027b11d3d4924a2ef623fdc
Author: Clebert Suconic <[email protected]>
Date: 2017-07-10T22:03:55Z
ARTEMIS-1269 New actor framework
This is replacing an executor on ServerSessionPacketHandler
by a new actor.
This is to avoid creating a new runnable per packet received.
Instead of creating new Runnable, this will use a single static runnable
and the packet will be send by a message, which will be treated by a
listener.
Look at ServerSessionPacketHandler on this commit for more information on
how it works.
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---