由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
JobHunting版 - 诚恳问个Bloomberg题目
相关主题
MITBBS 面试题第一题一道关于SMP and threading 题目
问个multi threading code 题,同时请问高手mutil threading 编程有什么好书,网站和教程推荐?career cup 如何测context switch花费时间?
Bloomberg onsite interviewtwo functons and two threads
问个很蠢的spark streaming问题求教神码是 Unix/Posix programming
问个关于后悔offer的事~一道多线程的面试题
问个CAPITALONE面经中的问题c++ thread 求助 (转载)
请问有没有人遇到过hiring freezing的情况请教三个多线程(multi-threading)题目
化工小硕,面经+求祝福.看来TANGO 比 FLAGT 要求都高啊!
相关话题的讨论汇总
话题: server话题: user话题: pc话题: request话题: threaded
进入JobHunting版参与讨论
1 (共1页)
v********a
发帖数: 14
1
真心不会做, 陈恳发问
One single-threaded program on PC, one single-threaded program on server
that has "read input", "process", "send output" steps. The user enters a
request on the PC, the request is sent to the server, and the server
processes it for two minutes and gets back to users. When the server is
processing the request, the user's screen freezes. The minmum time interval
between two requests from the user is four minutes. Now we will have five
more users, what can you do to make the system reponds better? Each user can
have seperate PCs.
r****t
发帖数: 10904
2
run a daemon spawn multiple instances on server?
C***y
发帖数: 2546
3
Asynchronous I/O?

interval
can

【在 v********a 的大作中提到】
: 真心不会做, 陈恳发问
: One single-threaded program on PC, one single-threaded program on server
: that has "read input", "process", "send output" steps. The user enters a
: request on the PC, the request is sent to the server, and the server
: processes it for two minutes and gets back to users. When the server is
: processing the request, the user's screen freezes. The minmum time interval
: between two requests from the user is four minutes. Now we will have five
: more users, what can you do to make the system reponds better? Each user can
: have seperate PCs.

c*****l
发帖数: 879
4
epoll做io处理?
q****x
发帖数: 7404
5
make it multi-threading.

interval
can

【在 v********a 的大作中提到】
: 真心不会做, 陈恳发问
: One single-threaded program on PC, one single-threaded program on server
: that has "read input", "process", "send output" steps. The user enters a
: request on the PC, the request is sent to the server, and the server
: processes it for two minutes and gets back to users. When the server is
: processing the request, the user's screen freezes. The minmum time interval
: between two requests from the user is four minutes. Now we will have five
: more users, what can you do to make the system reponds better? Each user can
: have seperate PCs.

1 (共1页)
进入JobHunting版参与讨论
相关主题
看来TANGO 比 FLAGT 要求都高啊!问个关于后悔offer的事~
拿到一个offer,但想等另一个公司,怎么办?问个CAPITALONE面经中的问题
Onsite临时被取消,说是freezing hiring,会是借口吗?请问有没有人遇到过hiring freezing的情况
intel会默拒吗?化工小硕,面经+求祝福.
MITBBS 面试题第一题一道关于SMP and threading 题目
问个multi threading code 题,同时请问高手mutil threading 编程有什么好书,网站和教程推荐?career cup 如何测context switch花费时间?
Bloomberg onsite interviewtwo functons and two threads
问个很蠢的spark streaming问题求教神码是 Unix/Posix programming
相关话题的讨论汇总
话题: server话题: user话题: pc话题: request话题: threaded