Encon 1.6.4
Encon 1.6.4 has been released and is is now available from Maven Central.
Added
Mailbox.call()
andMailbox.receiveRemoteProcedureResult()
, a remote procedure call functionality;Mailbox.exit()
without arguments, for normal mailbox exiting;- Benchmark’s
README.md
section about how to run single/group of becnhmark(s).
Changed
- Tuned server and client
Netty
’s settings, especially itsWRITE_BUFFER_WATER_MARK
option; - Now, use
channel.eventLoop().execute(Runnable)
for server’s responses, instead of creating composite buffer and singlewriteAndFlush
call; - Fix samples
pom.xml
files.