Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Nginx #23

Closed
dylanninin opened this issue Oct 23, 2016 · 6 comments
Closed

Nginx #23

dylanninin opened this issue Oct 23, 2016 · 6 comments
Assignees
Milestone

Comments

@dylanninin
Copy link
Owner

dylanninin commented Oct 23, 2016

Nginx architecture

image

Event-Driven

image

Reference

@dylanninin dylanninin added this to the Sprint 8 milestone Oct 23, 2016
@dylanninin dylanninin self-assigned this Oct 23, 2016
@dylanninin
Copy link
Owner Author

最近看了《UNIX网络编程 卷1:套接字联网API》, 英文名叫 Unix Network Programming 啦,后来上网查了查, 一般都叫 UNP 逼格会高一点, 就像 APUE 一样。 他们的作者都是 W. Richard Stevens。 另外,他也是 TCP/IP Illustrated 的作者。 靠,看完作者简介,简直崇拜得五体投地了。说说这本书中比较让我印象深刻的内容吧,我只看了书中关于关于 TCP 和 UDP 的主要部分,略过了一些章节,所以可能有一些遗漏:

  • TCP 和 UDP 的工作过程
  • TCP 连接在“非正常”情况下的工作状况
  • 各种 I/O 模型(阻塞/非阻塞/IO复用/信号驱动/异步)
  • 守护进程和 inetd 的工作原理
  • 服务器程序设计范式
  • 客户端程序设计范式

读《UNIX网络编程 卷1:套接字联网API》笔记:

@dylanninin
Copy link
Owner Author

dylanninin commented Nov 6, 2016

@dylanninin
Copy link
Owner Author

@dylanninin
Copy link
Owner Author

@dylanninin dylanninin added wiki and removed wiki labels Jan 2, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant