[erlang-questions] stress test with tcp_server
Adam Lindberg
adam@REDACTED
Mon Jun 25 20:52:18 CEST 2007
Ah, of course. My bad. :-)
Then Gaspar's tip is correct, perhaps together with multiple computers.
Cheers!
Adam
On 6/25/07, Jeremy Chow <erlanging@REDACTED> wrote:
> > I would try to close the sockets in between, or reuse them (for example by creating a socket pool). Because, in your loop, you create a lot of sockets but never close them.
> >
>
> My original intention is to test how many active connections the
> server can accepted, so I donot close the socket advisedly.
>
More information about the erlang-questions
mailing list