惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

H
Help Net Security
腾讯CDC
爱范儿
爱范儿
Google DeepMind News
Google DeepMind News
V
V2EX
Blog — PlanetScale
Blog — PlanetScale
Engineering at Meta
Engineering at Meta
GbyAI
GbyAI
量子位
F
Fortinet All Blogs
G
Google Developers Blog
T
The Blog of Author Tim Ferriss
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
Hugging Face - Blog
Hugging Face - Blog
Last Week in AI
Last Week in AI
T
Tailwind CSS Blog
J
Java Code Geeks
S
SegmentFault 最新的问题
D
Docker
博客园 - 司徒正美
The GitHub Blog
The GitHub Blog
Jina AI
Jina AI
M
MIT News - Artificial intelligence
博客园 - 【当耐特】

Velocity

用 openssl speed md5 对各种机器进行的简单的 CPU 性能测试 v3 用 openssl speed md5 对各种机器进行的简单的 CPU 性能测试 v2 我想减少网页打开的 TTFB,那么请教些问题 测试自己的网站在海外的加载性能 O'Reilly Velocity 2015 @Beijing O'Reilly Velocity 2015 Web 性能与运维大会 8.11-12 将在北京开幕 类似知乎等的图片服务域名采用 zhimg.com 而不是 img.zhihu.com,有什么优点吗 锐速的免费版 是免费无限用吗? Designing for Performance 新浪新闻评论系统的后台进化历程 目前国内有哪些公司有比较好的 RUM 产品? H2O -- 来自 DeNA 的一个高性能 HTTP 服务器 有去参见后台北京的 Velocity 2014 的 V 友没有? 关注 O'Reilly Velocity China 2014 微信公众帐户,就有机会获取免费门票 Paw HTTP Client 如果你最近想在 oreilly.com 上买书 Sitespeed.io ScrollerJS -- 在今年的 Velocity 2014 上看到的最酷的东西 O'Reilly Velocity China 2014 技术大会火热报名中,让我们一起构建更快速、更健壮的 Web 用 openssl speed md5 对各种机器进行的简单的 CPU 性能测试 关于 WebKit 的各种分支 YSlow + PhantomJS 有哪些测算网站页面加载时间的开源程序? 跨数据中心的 TCP Socket 优化 WebPageTest Private Instance TCP Fast Open Observium ntopng 有人在vps上使用过锐速吗? 这个 Web Framework Benchmarks 可靠嘛?Python 貌似比 PHP 弱不少?
tcp load balancer 可以自定义路由吗
cloudzhou · 2014-05-17 · via Velocity

像 http load balancer,很容易通过 url,session 进行自定义负载均衡。
tcp 里面要怎么做呢,虽然数据包有一定的的格式和路由规则。
特别是传统的 haproxy 之类的。
目前想到的还是需要自己去开发 tcp load balancer,做一个小小的路由,只是这样的话路由路径多了一级。