Skip to content

Instantly share code, notes, and snippets.

@tianchaijz
Created July 22, 2014 01:03
Show Gist options
  • Save tianchaijz/2787c6613b2217e01e6f to your computer and use it in GitHub Desktop.
Save tianchaijz/2787c6613b2217e01e6f to your computer and use it in GitHub Desktop.
  • 管道是传递信息的手段而已,高级的功能都是通过在机制上设计协议完成的。要设计复杂的协议多看看状态机、编译原理一类的资料。计算机的奥妙就在于用最简洁的方式纪录最复杂的信息。在一个管道上控制双方的行为尤其需要这种技巧。
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment