netty5/transport
Norman Maurer d295321bb4 Reduce memory usage by EmbeddedChannel
Motivation:

When using an EmbeddedChannel often it either does inbound or outbound processing which means we only often need one queue.

Modifications:

Lazy init the inbound and outbound message queues.

Result:

Less memory usage.
2015-07-08 10:43:19 +02:00
..
src Reduce memory usage by EmbeddedChannel 2015-07-08 10:43:19 +02:00
pom.xml [maven-release-plugin] prepare for next development iteration 2015-06-23 11:08:27 +02:00