[erlang-questions] High payload messages between nodes

Max Lapshin max.lapshin@REDACTED
Tue Oct 23 09:34:14 CEST 2012


On Tue, Oct 23, 2012 at 11:24 AM, Roberto Ostinelli <roberto@REDACTED> wrote:
> Hi Max,
>
> this sounds very interesting. Do you then open a gen_tcp socket for every
> payload message you send out? connection pool, but if so, how do you then
> route it appropriately?
>

connection pool, of course.

How exactly to keep data sockets — it is up to you. For example, one
per worker and send there with erlang:term_to_binary



More information about the erlang-questions mailing list