Code Connected Volume 1: Learning ZeroMQ, Professional Edition for C/C++

简介:
当你开始处理现实生活中的情况时,即使在几个套接字上连接几个程序也是非常讨厌的。万亿?费用将是不可想象的。
连接计算机是如此困难,以至于要做到这一点的软件和服务是一项价值数十亿美元的业务。所以今天我们仍然使用原始的UDP和TCP,专有协议,HTTP,Websockets连接应用程序。它仍然是痛苦的,缓慢的,难以扩展的,并且基本上是集中的。为了改变世界,我们需要做两件事。一,解决 “如何在任何地方将任何代码连接到任何代码” 的一般问题。第二,将其包装在人们可以轻松理解和使用的最简单的构建模块中。这听起来简单得可笑。也许是.这就是重点。”如果你是一名程序员,你的目标是用任何语言构建大型系统,那么代码连接是必不可少的阅读。Code Connected卷1带你通过学习ZeroMQ,一步一步,超过80个例子。您将学习基础知识,API,不同的套接字类型及其工作方式,可靠性以及可以在应用程序中使用的一系列模式。这是C/C的专业版。
英文简介:
Even connecting a few programs across a few sockets is plain nasty when you start to handle real life situations. Trillions? The cost would be unimaginable.
Connecting computers is so difficult that software and services to do this is a multi-billion dollar business. So today we're still connecting applications using raw UDP and TCP, proprietary protocols, HTTP, Websockets. It remains painful, slow, hard to scale, and essentially centralized.
To fix the world, we needed to do two things. One, to solve the general problem of "how to connect any code to any code, anywhere". Two, to wrap that up in the simplest possible building blocks that people could understand and use easily. It sounds ridiculously simple. And maybe it is. That's kind of the whole point."
If you are a programmer and you aim to build large systems, in any language, then Code Connected is essential reading. Code Connected Volume 1 takes you through learning ZeroMQ, step-by-step, with over 80 examples. You will learn the basics, the API, the different socket types and how they work, reliability, and a host of patterns you can use in your applications. This is the Professional Edition for C/C++.
- 书名
- Code Connected Volume 1: Learning ZeroMQ, Professional Edition for C/C++
- 译名
- Code Connected 第 1 卷:学习 ZeroMQ,C/C++ 专业版
- 语言
- 英语
- 年份
- 2010
- 页数
- 318页
- 大小
- 19.29 MB
- 标签
- C++
- 下载
Code Connected Volume 1: Learning ZeroMQ, Professional Edition for C/C++.pdf
- 密码
- 65536
最后更新:2025-04-12 23:54:37
←Evolution of Parallel Cellular Machines: The Cellular Programming Approach