Well actually I'm testing my own servers, and I'm trying to see how
much can they handle before collapsing (becoming too slow, or losing
packets, like in this case).
So what you're saying is basically that under my stress conditions
it's possible that I can leave some packet behind that will never get
to the server and cause a socket timeout?

Masiar

On Apr 12, 7:08 pm, Mark Hahn <[email protected]> wrote:
> >   and eventually ending in timeout exception (socket timeout)
>
> I missed this in the last reading of your post.  Yes, HTTP can timeout and
> give you an error.  This does happen under stress.
>
> I thought you said in your OP that it would hang and not return any error.
>
> Many developers throttle how much load they will accept and return a
> message saying they are overloaded and to come back later.  This way they
> stay below the threshold of load where timeouts happen.

-- 
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 [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/nodejs?hl=en?hl=en

Reply via email to