4 ms·
We scale Streamfile.com with Erlang. Both front & back-end. Check out: http://www.erlang-web.org/ http://www.erlang-web.org/
by kimovski 17y ago
We scale Streamfile.com with Erlang. Both front & back-end.
Check out:
http://www.erlang-web.org/ http://www.erlang-web.org/
- davidw 17y agoAdding lots of application servers isn't the hard part, generally (from what I've read... I have to admit I've never had to do more than the 'easy stuff'). The database is. How's Mnesia scale up? Where does it work well, and where does it not work so well?
- kimovski 17y agoIf you find it difficult to scale up databases, try looking at CouchDB instead http://couchdb.apache.org/index.html http://couchdb.apache.org/index.html
- agazso 17y agoAnd how will CouchDB solve your scalability problems? I am really asking, because there website contains nothing exact about scalability problems. I also tried to read about in the first chapter of the upcoming CouchDB book, but it only contains vague generalizations like "Erlang makes you scalable automatically" or "it is built on the same technology (HTTP) as the web which is proved to be scalable". I am still not convinced.