Skip to content
Max Suraev edited this page Oct 6, 2023 · 14 revisions

Welcome to the one-nio wiki!

one-nio is a library for building high performance Java servers.
It features OS capabilities and JDK internal APIs essential for making your high load applications get maximum of the underlying system.

one-nio highlights

  • Own native socket library.
  • APIs for managing gigabytes of RAM beyond Java Heap.
  • Fast and compact serialization mechanism.
  • RPC client/server technology which is an order of magnitude faster than Java RMI.

Some of the info on this Andrey Pangin, our lead platform developer, describes in this video http://www.youtube.com/watch?v=gIh0X-RkftY

Or you can look at the slides at http://www.slideshare.net/AndreiPangin/pangin-highload

one-nio package description

one-nio serialization FAQ