Could mapreduce be used to implement a webserver?
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?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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.