Mochiweb's Scalability Features
Posted
by ErJab
on Stack Overflow
See other posts from Stack Overflow
or by ErJab
Published on 2010-05-25T09:18:10Z
Indexed on
2010/05/25
9:21 UTC
Read the original article
Hit count: 567
From all the articles I've read so far about Mochiweb, I've heard this over and over again that Mochiweb provides very good scalability. My question is, how exactly does Mochiweb get its scalability property? Is it from Erlang's inherent scalability properties or does Mochiweb have any additional code that explicitly enables it to scale well? Put another way, if I were to write a simple HTTP server in Erlang myself, with a simple 'loop' (recursive function) to handle requests, would it have the same level scalability as a simple web server built using the Mochiweb framework?
© Stack Overflow or respective owner