Skip to content

Instantly share code, notes, and snippets.

View puluo2void's full-sized avatar

Wayne puluo2void

  • ShenZhen, China
  • 04:20 (UTC +08:00)
View GitHub Profile
@puluo2void
puluo2void / 20131226-large-website-architecture.txt
Created April 5, 2017 12:30 — forked from chenzx/20131226-large-website-architecture.txt
大型网站技术架构:核心原理与案例分析
大型网站技术架构:核心原理与案例分析
跳转至: 导航、 搜索
p XI. 。。。但能在比较短的时间内解决这些技术问题,也说明了网站架构其实并不难,真正能解决问题的技术一定是简单的
大内存服务器作为分布式缓存
缓存预热、缓存穿透(请求不存在的数据?)
JBoss Cache
Memcached:TCP+文本命令?
基于Libevent
应用服务器集群+负载均衡
@puluo2void
puluo2void / 0_reuse_code.js
Created September 8, 2016 08:33
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console