trevoro / node-named

DNS Server in node.js
MIT License
356 stars 100 forks source link

add example using cluster #8

Closed brianin3d closed 10 years ago

brianin3d commented 10 years ago

Hey, I wrote a small example usage for cluster to add multiple workers.

brianin3d commented 10 years ago

I need to update the comments in that code... A buddy of mine determined that the older version of node we were using some place didn't support UDP clustering.

It actually achieved a very nearly linear speedup on new versions.