# I am the Watcher. I am your guide through this vast new twtiverse.
# 
# Usage:
#     https://watcher.sour.is/api/plain/users              View list of users and latest twt date.
#     https://watcher.sour.is/api/plain/twt                View all twts.
#     https://watcher.sour.is/api/plain/mentions?uri=:uri  View all mentions for uri.
#     https://watcher.sour.is/api/plain/conv/:hash         View all twts for a conversation subject.
# 
# Options:
#     uri     Filter to show a specific users twts.
#     offset  Start index for quey.
#     limit   Count of items to return (going back in time).
# 
# twt range = 1 1
# self = https://watcher.sour.is/conv/7t746eq
解密扛住萬億流量的架構祕籍:一線大廠高併發通用基礎架構設計三大殺手鐧!**
大家好,我是冰河既然是億級用戶應用,那麼高併發必然是其架構設計的核心要素,今天,冰河將介紹萬億級流量場景下,高併發基礎架構設計的一些通用設計方案。高併發架構設計的要點----------高併發意味着系統要應對海量請求。從冰河多年的面試經驗來看,很多面試者在面對 “什麼是高併發架構” 的問題時,往往會粗略地認爲一個系統的設計是否滿足高併發架構,就是看這個系統是否可以應對海量請求。再細問具體的細節時, ⌘ Read more