This topic created in 3616 days ago, the information mentioned may be changed or developed.
2 replies • 2016-06-11 09:29:26 +08:00
 |
|
1
fcicq Jun 10, 2016 1
大致可以这样考虑: 一个连接上能同时发几个请求? 能不按顺序的执行并返回吗? 其中一个请求失败了怎么办? 如果有一个请求体积很大会不会堵住其他的? 能不能高效的做路由? (可能还有其他的)
都解决了你可能就搞定了一个再发明.
|
 |
|
2
henglinli Jun 11, 2016 via iPhone
自己做,也会做得像 http2
|