Ben ok thanks.. yea I was tinkering with them and saw some strange returns - and wasn't sure how to interpret them... ie: some functions being tracked and others ignored - I figured it must be some internal info that is not available to the regular node user.
I was hoping to find a way to examine the event cue - at least enough to see whats been placed there from my running program and in what order those things will be executed once the cue is started. Is there any way to do this at all? Or are there plans in the future to allow something like this? cheers TJ On Sunday, September 8, 2013 10:37:28 PM UTC+4, Ben Noordhuis wrote: > > On Sun, Sep 8, 2013 at 5:07 PM, TJ Marbois <[email protected]<javascript:>> > wrote: > > Is it possible for you to explain a little more detail about these two > > undocumented functions? is there a reason why they remain undocumented? > > > > process._getActiveHandles() > > process._getActiveRequests() > > > > cheers > > > > Tj > > They're debugging tools I added to make my life a little easier. I > didn't document them back then because they: > > a) rely heavily on implementation details, i.e. I may have to remove > them again someday, and > > b) probably don't work the way most people would expect them to > (returns internal wrap objects only, timers don't show up except for > the master timer, etc.) > -- -- 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 --- 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]. For more options, visit https://groups.google.com/groups/opt_out.
