[erlang-questions] Bad value on output port 'tcp_inet'

Chandru chandrashekhar.mullaparthi@REDACTED
Wed Oct 3 10:12:26 CEST 2007


On 03/10/2007, James Cone <jcone@REDACTED> wrote:
> I'm having this, which was discussed last year, in R11B-5 on Windows XP.
>
> I've eliminated one theory: I can still have it even when each process
> owns at most one TCP socket, and only that process talks to that socket.
>
> Advice welcome about how to make high throughputs on tcp sockets safe.

This is most probably because you are sending something other than a
(deep) list of integers or binaries. Check the data you are trying to
send down the socket.

Chandru



More information about the erlang-questions mailing list