I know Erlang has the ability to run across multiple machines. Can YAWS also do this? Would there be any advantage?
Asked
Active
Viewed 182 times
1 Answers
1
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).
user6373
- 174
- 4
-
BTW, do you know how one would setup YAWS in a distributed mode? – Jason Christa Nov 16 '09 at 18:14
-
Look at the name and sname tokens if i recall. – user6373 Nov 16 '09 at 22:50