I know Erlang has the ability to run across multiple machines. Can YAWS also do this? Would there be any advantage?
Tell me more
×
Server Fault is a question and answer site for
professional system and network administrators. It's 100% free, no registration required.
|
Yes yaws can. One might do this for simple distribution reasons. Distributing yaws across multiple servers reduces SPOFs, reduces potential performance bottlenecks, etc. (like having any web server across multiple servers would do). |
|||||
|