Every server has an internal connections count.. See 
http://nodejs.org/api/net.html#net_server_connections

On Wednesday, July 11, 2012 at 12:48 AM, mscdex wrote:

> On Jul 10, 5:25 pm, Domenic Denicola <dome...@domenicdenicola.com 
> (http://domenicdenicola.com)>
> wrote:
> > I am trying to create a mini dashboard for my server that shows number of
> > "unfinished requests." (BTW if there's a better term for that let me know.)
> > 
> 
> 
> I would listen for response's 'close' event. As Roly mentioned, this
> should fire for connections that are either closed naturally or closed
> due to some error.
> 
> -- 
> 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 
> (mailto:nodejs@googlegroups.com)
> To unsubscribe from this group, send email to
> nodejs+unsubscr...@googlegroups.com 
> (mailto:nodejs+unsubscr...@googlegroups.com)
> For more options, visit this group at
> http://groups.google.com/group/nodejs?hl=en?hl=en
> 
> 


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

Reply via email to