Can a webserver be implemented using mapreduce?

Posted by Zubair on Stack Overflow See other posts from Stack Overflow or by Zubair
Published on 2010-03-09T08:39:39Z Indexed on 2010/03/09 9:36 UTC
Read the original article Hit count: 504

Filed under:

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?

© Stack Overflow or respective owner

Related posts about mapreduce