smart-socket v1.4.6 release, daily updates and bug fixes

smart-socket is a domestic open-source Java AIO framework, the pursuit of the amount of code, performance, stability, and all aspects of interface design to achieve the ultimate. If the smart-socket a hint to help, please look at our Star project and keep up to you; if you are not satisfied with smart-socket, that like him some patience, smart-socket has been trying to get better.

Maven

<!-- https://mvnrepository.com/artifact/org.smartboot.socket/aio-core -->
<dependency>
    <groupId>org.smartboot.socket</groupId>
    <artifactId>aio-core</artifactId>
    <version>1.4.6</version>
</dependency>

update content

  1. Optimization: new memory pool of shared memory pages,
  2. Optimization: AIO thread group to support each sub-thread-bound specific memory page, to maximize the chances of reducing lock contention under concurrency.
  3. Optimization: Open the configuration interface memory pool, see AioQuickClient, AioQuickServer API.
  4. bug fix: Fix the problem AioSession.getInputStream not support binary data stream is normal (use is strongly recommended to upgrade the interface).
  5. Add a large number of interfaces comments.

Guess you like

Origin www.oschina.net/news/111661/smart-socket-1-4-6-released