Skip to content
This repository has been archived by the owner on Feb 11, 2020. It is now read-only.

Message write EPIPE in multiple conections #579

Closed
frsisalima opened this issue Dec 13, 2016 · 2 comments
Closed

Message write EPIPE in multiple conections #579

frsisalima opened this issue Dec 13, 2016 · 2 comments

Comments

@frsisalima
Copy link

It appears in the following message when I generate multiple connections, is it normal?
How many connections can I keep with fly server, thanks.

MESSAGE IN CONSOLE:

{"pid":17339,"hostname":"mi-ip","name":"mosca","level":40,"time":1481647873900,"msg":"write EPIPE","type":"Error","stack":"Error: write EPIPE\n at exports._errnoException (util.js:1036:11)\n at WriteWrap.afterWrite (net.js:794:14)","client":"cliente-1365","v":1}

@mcollina
Copy link
Collaborator

That's ok. a connection with a client broke.

How many connections is limited by your OS configuration, your RAM, and the overall message throughput. It's hard to predict, you will have to benchmark.

You can configure the server using https://gist.github.com/mcollina/23c788bf2f7e8da10b9c

@frsisalima
Copy link
Author

frsisalima commented Dec 14, 2016 via email

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants