Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
B
brpc
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
submodule
brpc
Commits
49d05dc7
Commit
49d05dc7
authored
Sep 14, 2018
by
zhujiashun
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix some link errors in overview.md of chinese version
parent
24779b40
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
overview.md
docs/cn/overview.md
+3
-3
No files found.
docs/cn/overview.md
View file @
49d05dc7
...
...
@@ -50,9 +50,9 @@ RPC不是万能的抽象,否则我们也不需要TCP/IP这一层了。但是
*
各种百度内使用的协议:
[
baidu_std
](
baidu_std.md
)
,
[
streaming_rpc
](
streaming_rpc.md
)
, hulu_pbrpc,
[
sofa_pbrpc
](
https://github.com/baidu/sofa-pbrpc
)
, nova_pbrpc, public_pbrpc, ubrpc和使用nshead的各种协议.
*
从其他语言通过HTTP+json访问基于protobuf的协议.
*
基于工业级的
[
RAFT算法
](
https://raft.github.io
)
实现搭建
[
高可用
](
https://en.wikipedia.org/wiki/High_availability
)
分布式系统,已在
[
braft
](
https://github.com/brpc/braft
)
开源。
*
Server能
[
同步
](
docs/cn/server.md
)
或
[
异步
](
docs/cn/
server.md#异步service
)
处理请求。
*
Client支持
[
同步
](
docs/cn/client.md#同步访问
)
、
[
异步
](
docs/cn/client.md#异步访问
)
、
[
半同步
](
docs/cn/client.md#半同步
)
,或使用
[
组合channels
](
docs/cn/
combo_channel.md
)
简化复杂的分库或并发访问。
*
[
通过http界面
](
docs/cn/builtin_service.md
)
调试服务, 使用
[
cpu
](
docs/cn/cpu_profiler.md
)
,
[
heap
](
docs/cn/heap_profiler.md
)
,
[
contention
](
docs/cn/
contention_profiler.md
)
profilers.
*
Server能
[
同步
](
server.md
)
或
[
异步
](
server.md#异步service
)
处理请求。
*
Client支持
[
同步
](
client.md#同步访问
)
、
[
异步
](
client.md#异步访问
)
、
[
半同步
](
client.md#半同步
)
,或使用
[
组合channels
](
combo_channel.md
)
简化复杂的分库或并发访问。
*
[
通过http界面
](
builtin_service.md
)
调试服务, 使用
[
cpu
](
cpu_profiler.md
)
,
[
heap
](
heap_profiler.md
)
,
[
contention
](
contention_profiler.md
)
profilers.
*
获得
[
更好的延时和吞吐
](
#更好的延时和吞吐
)
.
*
把你组织中使用的协议快速地
[
加入brpc
](
new_protocol.md
)
,或定制各类组件, 包括
[
命名服务
](
load_balancing.md#命名服务
)
(
dns,
zk, etcd),
[
负载均衡
](
load_balancing.md#负载均衡
)
(
rr,
random, consistent hashing)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment