[erlang-questions] About the pattern of services implemented by Erlang

Scott Lystig Fritchie fritchie@REDACTED
Mon Mar 15 06:43:26 CET 2010


Eric Newhuis <enewhuis@REDACTED> wrote:

en> There are the excellent webmachine for JSON et al and NoSQL
en> databases like Riak--all of which can be load-balanced from the
en> outside and can be used in a highly-available context.

That strategy works well.  Our company uses TCP-layer load balancing for
multiple protocols: SMTP, HTTP, JSON-RPC, and UBF.  All servers for
those protocols are implemented in Erlang.

-Scott


More information about the erlang-questions mailing list