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.mdsection about how to run single/group of becnhmark(s).
Changed
- Tuned server and client
Netty’s settings, especially itsWRITE_BUFFER_WATER_MARKoption; - Now, use
channel.eventLoop().execute(Runnable)for server’s responses, instead of creating composite buffer and singlewriteAndFlushcall; - Fix samples
pom.xmlfiles.