Erlang: The Concurrent Programming Language
Thank you Orbitz for posting [Erlang vs.] Java and and Threads (Jetty): The basic idea is, instead of using 1 thread per connection, since connections can last awhile, they use 1 thread per request that a connection has. The hope being, a connection will idle most of the time and only send requests once in…