开发者

Can a webserver be implemented using mapreduce?

开发者 https://www.devze.com 2022-12-22 03:28 出处:网络
Could mapreduce be used to implement a web开发者_StackOverflow中文版server? I\'m thinking something like when a request comes in then the request sits on a queue, until a server is free to process it

Could mapreduce be used to implement a web开发者_StackOverflow中文版server?

I'm thinking something like when a request comes in then the request sits on a queue, until a server is free to process it? Or am I missing the point here?


I think you're missing the point. MapReduce is a way of breaking up a large data set so that it can be distributed among a number of compute nodes for parallel processing.

0

精彩评论

暂无评论...
验证码 换一张
取 消