node-toobusy
node-toobusy copied to clipboard
Build Node.JS servers that don't fall over.
Thanks for the great work. I'm just curious, can I read somewhere about is it working internally (monitoring the event loop)? noted that there is some binding to native module...
The previous one is not the right one.
As this repo is unmaintained, it would be useful to reference the work that others have put into the repo. So far, [STRML's fork](https://github.com/STRML/node-toobusy) is most popular.
JerryDeAir:toobusy jerry$ node-gyp rebuild gyp info it worked if it ends with ok gyp info using [email protected] gyp info using [email protected] | darwin | x64 gyp WARN download NVM_NODEJS_ORG_MIRROR is...
Please check follow `npm-debug.log` . Why it's fail with latest nodejs . > 0 info it worked if it ends with ok > 1 verbose cli [ '/usr/bin/nodejs', '/usr/bin/npm', 'install',...
I am having trouble installing toobusy with node version 5.0.0 see error trace below ``` CACSVML-13295:api amills001c$ sudo npm install --save toobusy > [email protected] install /Users/amills001c/WebstormProjects/lectal_all/api/node_modules/toobusy > node-gyp rebuild CXX(target)...
It prints `truems` instead of the actual amount of lag, I believe `toobusy.lag()` was intended instead of `howBusy`.
When using: ``` var toobusy = require('toobusy').maxLag(10); ``` `toobusy` is not a function. The right way seems to be: ``` var toobusy = require('toobusy'); toobusy.maxLag(10) ``` Therefore, the README is...