On Tue, Feb 19, 2013 at 12:47 PM, Gustavo Machado <machad...@gmail.com> wrote:
> Hi,
>
> We are getting EPIPE errors. Reproducing the error is a matter of uploading 
> multiple files at the same time while keep on using the site, and eventually 
> it will throw.
>
> Here is the stack trace:
>
>         "stack":[
>                 "Error: write EPIPE",
>                 "    at errnoException (net.js:770:11)",
>                 "    at Object.afterWrite (net.js:594:19)"
>         ],
>
> Node version: 0.8.16
>
> What is the right way to handle/avoid this potential error? Any documentation 
> I could look into?

EPIPE means you're writing to a pipe or socket when the other end has
terminated the connection.

It's a run-time error; there is nothing you can do but close your end as well.

> On a somewhat related note, what's the status of domains?

Alive and well?

> Thanks,
>
> Gustavo Machado
> machad...@gmail.com

-- 
-- 
Job Board: http://jobs.nodejs.org/
Posting guidelines: 
https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines
You received this message because you are subscribed to the Google
Groups "nodejs" group.
To post to this group, send email to nodejs@googlegroups.com
To unsubscribe from this group, send email to
nodejs+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/nodejs?hl=en?hl=en

--- 
You received this message because you are subscribed to the Google Groups 
"nodejs" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to nodejs+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to