Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Write C++ backend server guide #69

Open
utensil opened this issue Apr 15, 2016 · 1 comment
Open

Write C++ backend server guide #69

utensil opened this issue Apr 15, 2016 · 1 comment
Projects
Milestone

Comments

@utensil
Copy link
Owner

utensil commented Apr 15, 2016

Toolchain

such as:

QA

such as:

Design

  • soft restart
  • multi-queue networking
  • http://www.kegel.com/c10k.html
  • libuv-like async io/idle connection
  • interprocess and interthread comunication cost
  • typical synchronize situation and solution/double buffer
  • process, thread and coroutine
  • logging
  • load so
  • rpc/serialize: thrift/capnproto
  • service route
  • ha/lvs/dns-like
  • auto-heal
  • leader-follower-arbitor/remote lock
  • mq
  • adaptive timeout
  • compression
  • cache beyond kv/local to global
  • call chain/volume
  • errorcode/assert
  • accounting
  • dup/db delay switch
  • semi-static route
  • master-slave fail-tolerant system
  • gradient sharding system
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
博客
近期
Development

No branches or pull requests

1 participant