Skip to content

Commit d5fcc25

Browse files
committed
completed 总结 and chapter 15
1 parent fad7dff commit d5fcc25

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

ADVANCED TOPICS/15.6 Summary.md

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
总结
2+
====
3+
4+
在这一章里,你知道 Netty 使用哪个线程模型。你学会了使用线程模型的优缺点以及当使用 Netty 它们如何简化你的生活。
5+
6+
除了学习的内部运作,您获得了洞察力,知道如何可以执行自己的任务在 EventLoop(I/O Thread) 和 Netty 一样。你学会了如何在一大堆任务中安排任务。您还了解了如何验证一个任务是否执行以及如何取消它。
7+
8+
你现在知道 Netty 使用的各个先前版本的线程模型,你获得了更多的背景信息知道为什么新线程模型是更强大的。
9+
10+
你对 Netty 的线程模型有了深入了解,从而帮助您最大限度地提高您的应用程序性能,同时最小化所需的代码。关于线程池和并发访问的更多信息,请参阅 Java Concurrency in Practice (Brian Goetz)。他的书将会给你一个更深层次的了解,即使是最复杂的应用程序必须处理多线程的用例场景。

SUMMARY.md

+1
Original file line numberDiff line numberDiff line change
@@ -103,5 +103,6 @@ This is the summary of my book.
103103
* [EventLoop](ADVANCED TOPICS/The EventLoop.md)
104104
* [EventLoop](ADVANCED TOPICS/Scheduling tasks for later execution.md)
105105
* [I/O EventLoop/Thread 分配细节](ADVANCED TOPICS/IO EventLoop Thread allocation in detail.md)
106+
* [总结](ADVANCED TOPICS/15.6 Summary.md)
106107
* [用例1:Droplr Firebase 和 Urban Airship](ADVANCED TOPICS/Droplr Firebase and Urban Airship.md)
107108
* [用例2:Facebook 和 Twitter](ADVANCED TOPICS/Facebook and Twitter.md)

0 commit comments

Comments
 (0)