Jason Christa Asked: 2009-11-15 12:16:40 +0800 CST2009-11-15 12:16:40 +0800 CST 2009-11-15 12:16:40 +0800 CST Can YAWS run in multi-machine mode? 772 I know Erlang has the ability to run across multiple machines. Can YAWS also do this? Would there be any advantage? yaws 1 Answers Voted Best Answer user6373 2009-11-15T12:42:12+08:002009-11-15T12:42:12+08:00 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).
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).