由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
JobHunting版 - 问一道L的题
相关主题
restful server的一道设计题Linkedin电面经 + 他家不招需要H-1B的人了?
请教L家老题,一直不明白。请问java应该看什么书 (转载)
L家 App组 Onsite 问题招mobile app developer
L 家设计题求讨论多线程有什么好的复习建议么?
L 家面试题, 请大牛讲讲思路CC150 16.6答案是不是有问题?
one amazon interview problem一道关于lock的面试题
发T家onsite面筋,dropbox题目,求问几道l家经典题问一个thread safe singleton的问题
问一个F的设计题如何实现线程安全的哈希表
相关话题的讨论汇总
话题: data话题: sequence话题: http话题: given话题: request
进入JobHunting版参与讨论
1 (共1页)
a********p
发帖数: 11
1
原题出处:http://www.mitbbs.com/article_t1/JobHunting/32331973_0_1.html
设计题: a restful server with 4GB,
given a request such as: http://seq=4?len=60?xxxxdata
the system will store the binary data with that sequence number.
given a request: http://startseq=3?maxLen=100, the system returns all data objects with sequence >= 3 with total data length less equal than 100.
multiple clients calling simutaneous
what data structure, concurrency, locking, etc..
大家有什么想法么
S******n
发帖数: 132
2
就用普通vector就可以了吧
用copy-on-write实现读写锁
a********p
发帖数: 11
3
原题出处:http://www.mitbbs.com/article_t1/JobHunting/32331973_0_1.html
设计题: a restful server with 4GB,
given a request such as: http://seq=4?len=60?xxxxdata
the system will store the binary data with that sequence number.
given a request: http://startseq=3?maxLen=100, the system returns all data objects with sequence >= 3 with total data length less equal than 100.
multiple clients calling simutaneous
what data structure, concurrency, locking, etc..
大家有什么想法么
S******n
发帖数: 132
4
就用普通vector就可以了吧
用copy-on-write实现读写锁
P****d
发帖数: 137
5
没太懂,有么有大牛详细的说一下?

【在 S******n 的大作中提到】
: 就用普通vector就可以了吧
: 用copy-on-write实现读写锁

1 (共1页)
进入JobHunting版参与讨论
相关主题
如何实现线程安全的哈希表L 家面试题, 请大牛讲讲思路
一道google 题,谁给翻译一下意思,多谢。one amazon interview problem
问道G题(4)发T家onsite面筋,dropbox题目,求问几道l家经典题
求解一道面试题 snake sequence问一个F的设计题
restful server的一道设计题Linkedin电面经 + 他家不招需要H-1B的人了?
请教L家老题,一直不明白。请问java应该看什么书 (转载)
L家 App组 Onsite 问题招mobile app developer
L 家设计题求讨论多线程有什么好的复习建议么?
相关话题的讨论汇总
话题: data话题: sequence话题: http话题: given话题: request