Are there any comparisons between nginx and Erlang web servers. I found this http://www.joeandmotorboat.com/2009/01/03/nginx-vs-yaws-vs-mochiweb-web-server-performance-deathmatch-part-2/ but the tests are very inconsistent.
feedback
|
migrated from stackoverflow.com Dec 13 '09 at 0:54
This question came from our site for professional and enthusiast programmers.
|
Erlang has many web server implementations, it is a Language + Runtime/Virtual Machine. Nginx is a webserver. There is no comparison to be made. If you want to compare the Erlang web server implementations then research them and test them. There are at lots of them to choose from. | ||||
|
feedback
|