2014/1/24 Paul Vencill <paul.venc...@gmail.com>

> I didn't know about this either, good info.  Is there a good method for
> determining what the optimum # max connections should be? I assume there's
> some practical limit, or way of figuring out the point of diminishing
> returns for a given app?  for example, if you open up (as the OP did) 1000
> concurrent connections, but your db connection pool is only 10, then you're
> probably going to run into issues.  Other than dependencies like that, any
> good rubrics y'all can think of?
>

I think this will be absolutely app specific.
For your example, it could be fine to have 1000 concurrent connections
(maybe even much more) and just 10 database connections if your app uses
long polling to notify clients on new messages.

-- 
-- 
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