从学通信的博士到从事IT行业的工程师 从原华为项目经理,到现任职公司架构师
发布时间:2013-02-04 16:29:37
原文链接For a non-technical guide to BitTorrent, please see my Beginners Guide To BitTorrent.The BitTorrent protocol can be split into the following five main components:Metainfo File – a file which contains all details necessary for the protocol to operate.Trac.........【阅读全文】
发布时间:2013-02-02 21:39:11
摘自wikipediaScale horizontally vs. verticallyMethods of adding more resources for a particular application fall into two broad categories:[4]Scale horizontally (scale out)To scale horizontally (or scale out) means to add more nodes to a system, such as adding a .........【阅读全文】
发布时间:2013-01-25 00:27:38
Linux内核在3.6和3.7合入了TCP Fast Open特性,在3.7.3版本上验证了一下,I did it!以下是C语言实例(LWN介绍):server端代码:#include #include /* See NOTES */#include #include int main(){.........【阅读全文】