天天看點

高性能 Java 網絡架構 Apache MINA 2.0.14

apache mina 2.0.14 釋出了,該版本主要是 bug 修複,包括:

some closing session remaining in this state forever, leading to a leak

a vulnerability when using ognl

session weren't close immediately, leading to some cases where some messages could still be sent

詳情可查閱【發行說明】

apache mina(multipurpose infrastructure for network applications) 是 apache 組織一個較新的項目,它為開發高性能和高可用性的網絡應用程式提供了非常便利的架構。目前發行的 mina 版本支援基于 java nio 技術的 tcp/udp 應用程式開發、序列槽通訊程式(隻在最新的預覽版中提供),mina 所支援的功能也在進一步的擴充中。