<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>AdvancedFeaturesOfNetty on 知识铺的博客</title>
    <link>https://index.zshipu.com/geek/tags/AdvancedFeaturesOfNetty/</link>
    <description>Recent content in AdvancedFeaturesOfNetty on 知识铺的博客</description>
    <generator>Hugo -- gohugo.io</generator>
    <language>zh-CN</language>
    <lastBuildDate>Wed, 06 Mar 2024 11:37:00 +0000</lastBuildDate>
    <atom:link href="https://index.zshipu.com/geek/tags/AdvancedFeaturesOfNetty/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Netty高性能之道</title>
      <link>https://index.zshipu.com/geek/post/code/docs/Netty/AdvancedFeaturesOfNetty/Netty%E9%AB%98%E6%80%A7%E8%83%BD%E4%B9%8B%E9%81%93/</link>
      <pubDate>Wed, 06 Mar 2024 11:37:00 +0000</pubDate>
      <guid>https://index.zshipu.com/geek/post/code/docs/Netty/AdvancedFeaturesOfNetty/Netty%E9%AB%98%E6%80%A7%E8%83%BD%E4%B9%8B%E9%81%93/</guid>
      <description>作为一个高性能的 NIO 通信框架，Netty 被广泛应用于大数据处理、互联网消息中间件、游戏和金融行业等。大多数应用场景对底层的通信框架都有很高的性能要求，作为综合性能最高的 NIO 框架 之一，Netty 可以完全满足不同领域对高性能通信的需求。本章我们将从架构层对 Netty 的高性能设计和关键代码实现进行</description>
    </item>
    <item>
      <title>Netty高可靠性设计</title>
      <link>https://index.zshipu.com/geek/post/code/docs/Netty/AdvancedFeaturesOfNetty/Netty%E9%AB%98%E5%8F%AF%E9%9D%A0%E6%80%A7%E8%AE%BE%E8%AE%A1/</link>
      <pubDate>Wed, 06 Mar 2024 11:36:00 +0000</pubDate>
      <guid>https://index.zshipu.com/geek/post/code/docs/Netty/AdvancedFeaturesOfNetty/Netty%E9%AB%98%E5%8F%AF%E9%9D%A0%E6%80%A7%E8%AE%BE%E8%AE%A1/</guid>
      <description>简介 Netty 是一个高性能的 NIO 客户端服务器框架，它用于快速开发可维护的高性能协议服务器和客户端程序，例如协议服务器、文件服务器、代理服务器等。Netty 在设计上强调了可扩展性、可复用性和高性能，是一个非常优秀的网络应用程序开发框架。 下面，我们将介绍 Netty 的一些高级特性和高可靠性设计。 高级特性</description>
    </item>
    <item>
      <title>Netty架构设计</title>
      <link>https://index.zshipu.com/geek/post/code/docs/Netty/AdvancedFeaturesOfNetty/Netty%E6%9E%B6%E6%9E%84%E8%AE%BE%E8%AE%A1/</link>
      <pubDate>Wed, 06 Mar 2024 11:35:00 +0000</pubDate>
      <guid>https://index.zshipu.com/geek/post/code/docs/Netty/AdvancedFeaturesOfNetty/Netty%E6%9E%B6%E6%9E%84%E8%AE%BE%E8%AE%A1/</guid>
      <description>本博文用于重点分析 Netty 的逻辑架构及关键的架构质量属性，希望有助于大家从 Netty 的架构设计中汲取营养，设计出高性能、高可靠 性和可扩展的程序。 Netty 的三层架构设计 Netty 采用了典型的三层网络架构进行设计和开发，其逻辑架构图如下所示。 通信调度层 Reactor 它由一系列辅助类完成，包括 Reactor 线程 NioEventLoop 及其父类，NioSock</description>
    </item>
  </channel>
</rss>
