Chicago Boss seems like a neat framework and a good excuse to learn Erlang.
Have any of you used it? Can I really get great performance hosting it on a single machine?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I can’t speak for Chicago Boss performance specifically, but Erlang web servers are generally very quick.
They are also very good for multiple concurrent connections, due to Erlang’s concurrency primitives. I know Chicago Boss doesn’t use Yaws, but here is an Apache vs. Yaws graph, just for reference.
Agreed, C is faster in many cases, but any speed you will gain from C in processing, you will lose when you have multiple users. Think of it like this: