大约有 4,090 项符合查询结果(耗时:0.0088秒) [XML]

淘宝网采用什么技术架构来实现网站高负载的 - 更多技术 - 清泛网 - 专注C/C...

...PU和 内存占用率突然变大的时候,系统也能自动预警,当并发请求丢失严重的时候,系统也能自动预警等等,这样以来通过监控系统和预警系统的结合可以使得我们能快速响应系统出现的问题,提高系统的稳定性和可用性。 八...
https://www.tsingfun.com/it/tech/969.html 

Android微信智能心跳方案 - 更多技术 - 清泛网 - 专注C/C++及内核技术

...个设备(或同一个用户的多个关联设备发送),发送请求并发数须小于1000,支持设备到云端Server发送数据。需要Google将我们的发送Server加入白名单。 4.微信可能的改进点探讨 微信Push的优化主要有几个优化点: a) 公共Push通...
https://www.tsingfun.com/it/tech/896.html 

ZeroMQ的学习和研究(PHP代码实例) - C/C++ - 清泛网 - 专注C/C++及内核技术

...更多的问题,包含稳定性,容错等等。然而,ZMQ 由于高并发,以及稳定性和易用性,前景不错,他的目标是进入 Linux 内核,我们期待那一天的到来。 参考资料 : http://www.infoq.com/cn/news/2010/09/introduction-zero-mq Infoq 对 zeromq 的简...
https://www.tsingfun.com/it/cpp/1419.html 

TCP 的那些事儿(下) - 更多技术 - 清泛网 - 专注C/C++及内核技术

...收方没空间) 下面是个滑动后的示意图(收到36的ack,并发出了46-51的字节): 下面我们来看一个接受端控制发送端的图示: (图片来源) Zero Window 上图,我们可以看到一个处理缓慢的Server(接收端)是怎么把Cl...
https://www.tsingfun.com/it/tech/739.html 

分布式系统的事务处理 - 大数据 & AI - 清泛网 - 专注C/C++及内核技术

...机器存在A帐号和B帐号的副本。如果对A帐号的汇钱有两个并发操作(要汇给B和C),这两个操作发生在不同的两台服务器上怎么办?也就是说,在数据镜像中,在不同的服务器上对同一个数据的写操作怎么保证其一致性,保证数...
https://www.tsingfun.com/it/bigdata_ai/750.html 

企业级负载平衡简介 - 更多技术 - 清泛网 - 专注C/C++及内核技术

...险。如果将会话持续的时间设置得比较长,那么在一个高并发的负载平衡服务器上就需要维护过多的会话。反之如果将会话持续的时间设置得过短,那么就有可能导致ACK Storm发生。 先看会话持续时间较长的情况。假设当前负载...
https://www.tsingfun.com/it/tech/1406.html 

The Definitive C++ Book Guide and List

This question attempts to collect the few pearls among the dozens of bad C++ books that are published every year. 1 Answer ...
https://stackoverflow.com/ques... 

What is the difference between C++ and Visual C++? [duplicate]

What is the difference between C++ and Visual C++? 7 Answers 7 ...
https://stackoverflow.com/ques... 

Is modern C++ becoming more prevalent? [closed]

When I first learned C++ 6-7 years ago, what I learned was basically "C with Classes". std::vector was definitely an advanced topic, something you could learn about if you really wanted to. And there was certainly no one telling me that destructors could be harnessed to help manage memory. Toda...
https://stackoverflow.com/ques... 

Should I learn C before learning C++? [closed]

...me. I decided to take a peek in the src directory to find it was done in C++ (most of the other projects were Java 3D apps). ...
https://stackoverflow.com/ques...