This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 大型网站技术架构:核心原理与案例分析 | |
| 跳转至: 导航、 搜索 | |
| p XI. 。。。但能在比较短的时间内解决这些技术问题,也说明了网站架构其实并不难,真正能解决问题的技术一定是简单的 | |
| 大内存服务器作为分布式缓存 | |
| 缓存预热、缓存穿透(请求不存在的数据?) | |
| JBoss Cache | |
| Memcached:TCP+文本命令? | |
| 基于Libevent | |
| 应用服务器集群+负载均衡 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // Use Gists to store code you would like to remember later on | |
| console.log(window); // log the "window" object to the console |