_getActiveHandles() showed me that it was a timer issue, but this is a good tip to keep in mind if I run into a case where _getActiveHandles() indicates it is a socket open.
On Friday, January 23, 2015 at 4:00:45 PM UTC-5, // ravi wrote: > > > Are you on *nix? If so, and if it is a socket, then you can use ‘netstat > -nap’ specifying the process id of your node process, to get the list of > open/connected sockets it is holding. That might give you a clue (e.g: if > you have a socket connected to port 3306 on a remote server, then it’s > possibly a MySQL connection). You can also use ‘lsof’ in a similar way. > > —ravi > > > -- Job board: http://jobs.nodejs.org/ New group rules: https://gist.github.com/othiym23/9886289#file-moderation-policy-md Old group rules: 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 unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/nodejs/58ba3396-9b7e-4866-9c56-31a8bf9ae71b%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
