lloyd / node-toobusy

Build Node.JS servers that don't fall over.
1.3k stars 128 forks source link

node v0.11+ compatibility #31

Closed dannycoates closed 5 years ago

dannycoates commented 10 years ago

The v8 api changed in v0.11 and nan makes compatibility across version much easier.

Tested with v0.8.26 v0.10.24 and v0.11.10

I had to bump the busy loop up to 300 for the load test to work across all versions.

pocesar commented 10 years ago

:+1:

jacobh0 commented 10 years ago

Any progress here? Ran into this issue last few days and I've had to downgrade to 0.10.x because of it.

inetufo commented 10 years ago

+1@lloyd