division icon indicating copy to clipboard operation
division copied to clipboard

Simple yet powerful wrapper over node.js cluster API.

Results 5 division issues
Sort by recently updated
recently updated
newest added

This change fixes #5 Note: When running tests, I have noticed that watch extension's tests are skipped. Is there a reason for that?

_Ideally this:_ ``` cluster.use('watch', paths, {extensions: '*.*'}) ```

While in debug mode (node.exe --debug-brk=50429 --nolazy WEBS.js ) process shutdown with 'close' and 'restart' as well, does not work So when you trying to shutdown, with 'close' and startup...

The broadcast by the master works but there is no place for us to add a ``` process.on('message', function(msg){}); ``` for a worker.

Hi, I've been 0.4.5 for quite some time, but it doesn't seem to work well with iojs. Are you planning on publishing 1.0 anytime soon? Thanks!