由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
JobHunting版 - 问一个client/server的问题
相关主题
Course Schedule II 变形题怎么做?求教一道经典面题的解法
问一题bloomberg onsite题
Link nodes at same level in a binary tree 怎么做?请教一个C++问题
问个题目MS onsite 面经
一道C面试题问道题,binary tree里有一个有indegree 2
Google Front-end Software Engineer Phone InterviewLowest Common Ancestor
Given a node of a tree, find all nodes on the same levelHow to find the kth biggest number in a BST
amazon一道面试题Lowest common ancestor of two nodes of Binary Tree
相关话题的讨论汇总
话题: jackpots话题: client话题: server话题: 更新话题: nodes
进入JobHunting版参与讨论
1 (共1页)
s*********s
发帖数: 318
1
在client/server的系统或类适的系统中,如果clents都要从server读取一个数据,如何
design这个数据。
例如slot machine中的jackpots.online game中可能有millions users同时读取
jackpots。jackpots本身也要更新。
我能想到的就是make thousands copies/nodes of jackpots.
1. read. client读jackpots时由一个scheduler分配到load balanced nodes上read.
2. write/update.更新时,分批更新,10%, etc。
不知道工业界是怎么做的?
1 (共1页)
进入JobHunting版参与讨论
相关主题
Lowest common ancestor of two nodes of Binary Tree一道C面试题
Depth-First-SearchGoogle Front-end Software Engineer Phone Interview
Find number of subtrees with the same valueGiven a node of a tree, find all nodes on the same level
phone interview program with a small startupamazon一道面试题
Course Schedule II 变形题怎么做?求教一道经典面题的解法
问一题bloomberg onsite题
Link nodes at same level in a binary tree 怎么做?请教一个C++问题
问个题目MS onsite 面经
相关话题的讨论汇总
话题: jackpots话题: client话题: server话题: 更新话题: nodes