Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

非常高性能又简单的Mycat NIO框架,被很多人用于RPC开发以及基础平台中

License

Notifications You must be signed in to change notification settings

magicdoom/Mycat-NIO

Folders and files

NameName
Last commit message
Last commit date

Latest commit

History

27 Commits

Repository files navigation

Mycat-NIO

非常高性能又简单的Mycat NIO框架,被很多人用于RPC开发以及基础平台中

关于SharedBufferPool的newCreated计数

private volatile int newCreated;

目前使用volatile变量统计新分配的ByteBuffer。这个统计不需要严格精确,但相较于AtomicInteger的CAS实现,volatile保证了NIO框架的整体性能。

[更多信息]

About

非常高性能又简单的Mycat NIO框架,被很多人用于RPC开发以及基础平台中

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%

AltStyle によって変換されたページ (->オリジナル) /