{"_id":"mixture","_rev":"15-972688689f16cc2f887d10364a2d522f","name":"mixture","description":"Heterogeneous cluster task manager","dist-tags":{"latest":"0.1.3"},"versions":{"0.0.0":{"name":"mixture","version":"0.0.0","description":"Heterogeneous Cluster","author":{"name":"Daniel D. Shaw","email":"dshaw@dshaw.com","url":"http://dshaw.com"},"_npmUser":{"name":"dshaw","email":"dshaw@dshaw.com"},"_id":"mixture@0.0.0","dependencies":{},"devDependencies":{},"engines":{"node":"*"},"_engineSupported":true,"_npmVersion":"1.0.103","_nodeVersion":"v0.6.0","_defaultsLoaded":true,"dist":{"shasum":"7ef14dd72e7e1589dbafb258704090c33fbfe7d7","tarball":"https://registry.npmjs.org/mixture/-/mixture-0.0.0.tgz","integrity":"sha512-ZGaWgYUHjLlpL69A7RbMctcdy0MXrdevBYRnoUFEjf6bXnoaQIEbwwZFh+fFSPp4V3jWi+DEQ9fjN0gSVhRW/A==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIEjSurpuO6ggo5C4mOVzrIiMT+uZLzK3KA4atfUqT8hnAiEAlD6chLLsa+oVHvWJPppEpp74kbc/dv/oNrIw5UAkvbI="}]},"maintainers":[{"name":"dshaw","email":"dshaw@dshaw.com"}]},"0.1.0":{"name":"mixture","version":"0.1.0","description":"Heterogeneous cluster task manager","author":{"name":"Daniel D. Shaw","email":"dshaw@dshaw.com","url":"http://dshaw.com"},"main":"index","repository":{"type":"git","url":"git://github.com/dshaw/mixture.git"},"directories":{"lib":"lib","test":"test","examples":"examples"},"dependencies":{},"devDependencies":{"tap":">= 0.0.10"},"scripts":{"test":"tap test/*.js"},"engines":{"node":">= 0.5.9"},"_npmUser":{"name":"dshaw","email":"dshaw@dshaw.com"},"_id":"mixture@0.1.0","_engineSupported":true,"_npmVersion":"1.0.104","_nodeVersion":"v0.6.0","_defaultsLoaded":true,"dist":{"shasum":"122a620d866497c1a7186d24ac93eb6e56a1d4de","tarball":"https://registry.npmjs.org/mixture/-/mixture-0.1.0.tgz","integrity":"sha512-nK5fJrHM3wRKFjMGwL0vFCV/ylOvMVgy1m5Ef+S7PWRZ7dNStPsi82KL0udXw2lZax5gk/cwcOyvhFQGfEW25g==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCQZu6exmnUvB8rD8T0gOhZL/HoDdZDOHvo9b31Gr5HtQIhAIRZFblCURf/NvokB+sXSMdkzDjFY7NP+2Tuz+NcF1xi"}]},"maintainers":[{"name":"dshaw","email":"dshaw@dshaw.com"}]},"0.1.1":{"name":"mixture","version":"0.1.1","description":"Heterogeneous cluster task manager","keywords":["cluster","child_process","fork","worker"],"author":{"name":"Daniel D. Shaw","email":"dshaw@dshaw.com","url":"http://dshaw.com"},"repository":{"type":"git","url":"git://github.com/dshaw/mixture.git"},"bugs":{"url":"http://github.com/dshaw/mixture/issues"},"license":"MIT","main":"index","scripts":{"test":"tap test/*.js"},"directories":{"lib":"lib","test":"test","examples":"examples"},"dependencies":{},"devDependencies":{"tap":"~0.2.5"},"engines":{"node":">= 0.5.9"},"_npmUser":{"name":"dshaw","email":"dshaw@dshaw.com"},"_id":"mixture@0.1.1","optionalDependencies":{},"_engineSupported":true,"_npmVersion":"1.1.24","_nodeVersion":"v0.7.9","_defaultsLoaded":true,"dist":{"shasum":"e3431d6af2284a25502cbfae966534399a4f7a24","tarball":"https://registry.npmjs.org/mixture/-/mixture-0.1.1.tgz","integrity":"sha512-sjgmi87SWTSNm4iKYXh73LVA4i3rvXysFVMWlCZSMMo0t8OPBeKky/fdWs0wHUGCLBTfW8mX77ZAxEehBsWciA==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIDSaMo8nH726dp1853j4zYaPjxhxpkT1tG3289RM2S3/AiAq2CWX74RgANaaENUBS2Tq1VMhmttlxY4Rd0NTXVY3cg=="}]},"readme":"# Mixture\n\n  Heterogeneous cluster task manager designed to manage and coordinate tasks amongst multiple, diverse child processes.\n\n## Status\n\n![Travis Build Status](https://secure.travis-ci.org/dshaw/mixture.png)\n\n## Install\n\n    npm install mixture\n\n## Usage - Cluster More!\n\n    var mix = require('mixture').mix('epic')\n\n    var ioPort = 8880\n      , nodeId = 0\n\n    // announce data server\n    mix.task('announce').fork('data.js');\n\n    // socket.io instances\n    var socketio = mix.task('socket.io', { filename: 'app.js' })\n\n    for (var i = 0; i < count; i++) {\n      ioPort++;\n      nodeId++;\n\n      var worker = socketio.fork({ args: [ioPort, nodeId] })\n    }\n\n## Sample App\n\n* [Stock Quote Stream](https://github.com/dshaw/mixture/tree/master/examples/stock-quotes)\n\n## License\n\n(The MIT License)\n\nCopyright (c) 2012 Daniel D. Shaw, http://dshaw.com\n\nPermission is hereby granted, free of charge, to any person obtaining\na copy of this software and associated documentation files (the\n'Software'), to deal in the Software without restriction, including\nwithout limitation the rights to use, copy, modify, merge, publish,\ndistribute, sublicense, and/or sell copies of the Software, and to\npermit persons to whom the Software is furnished to do so, subject to\nthe following conditions:\n\nThe above copyright notice and this permission notice shall be\nincluded in all copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,\nEXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\nMERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.\nIN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY\nCLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,\nTORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE\nSOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.","maintainers":[{"name":"dshaw","email":"dshaw@dshaw.com"}]},"0.1.2":{"name":"mixture","version":"0.1.2","description":"Heterogeneous cluster task manager","keywords":["cluster","child_process","fork","worker"],"author":{"name":"Daniel D. Shaw","email":"dshaw@dshaw.com","url":"http://dshaw.com"},"repository":{"type":"git","url":"git://github.com/dshaw/mixture.git"},"bugs":{"url":"http://github.com/dshaw/mixture/issues"},"license":"MIT","main":"index","scripts":{"test":"tap test/*.js"},"directories":{"lib":"lib","test":"test","examples":"examples"},"dependencies":{},"devDependencies":{"tap":"~0.2.5"},"engines":{"node":">= 0.5.9"},"readme":"# Mixture\n\n  Heterogeneous cluster task manager designed to manage and coordinate tasks amongst multiple, diverse child processes.\n\n## Status\n\n![Travis Build Status](https://secure.travis-ci.org/dshaw/mixture.png)\n\n## Install\n\n    npm install mixture\n\n## Usage - Cluster More!\n\n    var mix = require('mixture').mix('epic')\n\n    var ioPort = 8880\n      , nodeId = 0\n\n    // announce data server\n    mix.task('announce').fork('data.js');\n\n    // socket.io instances\n    var socketio = mix.task('socket.io', { filename: 'app.js' })\n\n    for (var i = 0; i < count; i++) {\n      ioPort++;\n      nodeId++;\n\n      var worker = socketio.fork({ args: [ioPort, nodeId] })\n    }\n\n## Sample App\n\n* [Stock Quote Stream](https://github.com/dshaw/mixture/tree/master/examples/stock-quotes)\n\n## License\n\n(The MIT License)\n\nCopyright (c) 2012 Daniel D. Shaw, http://dshaw.com\n\nPermission is hereby granted, free of charge, to any person obtaining\na copy of this software and associated documentation files (the\n'Software'), to deal in the Software without restriction, including\nwithout limitation the rights to use, copy, modify, merge, publish,\ndistribute, sublicense, and/or sell copies of the Software, and to\npermit persons to whom the Software is furnished to do so, subject to\nthe following conditions:\n\nThe above copyright notice and this permission notice shall be\nincluded in all copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,\nEXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\nMERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.\nIN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY\nCLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,\nTORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE\nSOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.","_id":"mixture@0.1.2","dist":{"shasum":"57166e6c500dea4ca3e987c5f5fb83183d1c89ac","tarball":"https://registry.npmjs.org/mixture/-/mixture-0.1.2.tgz","integrity":"sha512-hajpdsPUFxAyVP7JPlVBPuTZzO1sAbuAMLxRSsjpXWoHOIaRg7wN51pmw8icRRYUZgnHlzVlAVWderIGLifBqA==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIAfl/fRqGygd1+XIulTJIi70EyqbsH3GgsI1SZ2Rnp8nAiBJFDsyjE01UE0Ft72aPKyJWo0GhhTZfPFRrISYS+zcEQ=="}]},"maintainers":[{"name":"dshaw","email":"dshaw@dshaw.com"}]},"0.1.3":{"name":"mixture","version":"0.1.3","description":"Heterogeneous cluster task manager","keywords":["cluster","child_process","fork","worker"],"author":{"name":"Daniel D. Shaw","email":"dshaw@dshaw.com","url":"http://dshaw.com"},"repository":{"type":"git","url":"git://github.com/dshaw/mixture.git"},"bugs":{"url":"http://github.com/dshaw/mixture/issues"},"license":"MIT","main":"index","scripts":{"test":"tap test/*.test.js"},"directories":{"lib":"lib","test":"test","examples":"examples"},"dependencies":{},"devDependencies":{"tap":"~0.3.x"},"engines":{"node":">= 0.5.9"},"readme":"# Mixture\n\n  Heterogeneous cluster task manager designed to manage and coordinate tasks amongst multiple, diverse child processes.\n\n## Status\n\n![Travis Build Status](https://secure.travis-ci.org/dshaw/mixture.png)\n\n## Install\n\n    npm install mixture\n\n## Usage - Cluster More!\n\n    var mix = require('mixture').mix('epic')\n\n    var ioPort = 8880\n      , nodeId = 0\n\n    // announce data server\n    mix.task('announce').fork('data.js');\n\n    // socket.io instances\n    var socketio = mix.task('socket.io', { filename: 'app.js' })\n\n    for (var i = 0; i < count; i++) {\n      ioPort++;\n      nodeId++;\n\n      var worker = socketio.fork({ args: [ioPort, nodeId] })\n    }\n\n## Sample App\n\n* [Stock Quote Stream](https://github.com/dshaw/mixture/tree/master/examples/stock-quotes)\n\n## License\n\n(The MIT License)\n\nCopyright (c) 2012 Daniel D. Shaw, http://dshaw.com\n\nPermission is hereby granted, free of charge, to any person obtaining\na copy of this software and associated documentation files (the\n'Software'), to deal in the Software without restriction, including\nwithout limitation the rights to use, copy, modify, merge, publish,\ndistribute, sublicense, and/or sell copies of the Software, and to\npermit persons to whom the Software is furnished to do so, subject to\nthe following conditions:\n\nThe above copyright notice and this permission notice shall be\nincluded in all copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,\nEXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\nMERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.\nIN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY\nCLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,\nTORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE\nSOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.","_id":"mixture@0.1.3","dist":{"shasum":"071f17436efa7ae1c85a9248cba7beb91f6e703f","tarball":"https://registry.npmjs.org/mixture/-/mixture-0.1.3.tgz","integrity":"sha512-9fP1m0T0TrpRQl6u+/V+8/OOMti7ljmjgpg6FotMgRpL0YPDAUL495kJJGNMdKN6NoTUQPYcXr0JavGp4G6sLw==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIGYh3NURFZcGUpCrDlnXA4LQ2aEe/UA/aHflbYRDXujEAiAjtxBpuvGzIUEbvZpaXbK9f4EQNLfo+COpZ/cHOlspAQ=="}]},"maintainers":[{"name":"dshaw","email":"dshaw@dshaw.com"}]}},"maintainers":[{"name":"dshaw","email":"dshaw@dshaw.com"}],"time":{"modified":"2022-06-19T23:07:33.233Z","created":"2011-11-06T01:22:13.602Z","0.0.0":"2011-11-06T01:22:15.019Z","0.1.0":"2011-11-08T19:22:28.313Z","0.1.1":"2012-06-09T10:44:40.888Z","0.1.2":"2012-07-23T15:25:23.602Z","0.1.3":"2013-02-05T07:23:51.318Z"},"author":{"name":"Daniel D. Shaw","email":"dshaw@dshaw.com","url":"http://dshaw.com"},"repository":{"type":"git","url":"git://github.com/dshaw/mixture.git"},"users":{"fgribreau":true,"rwoody":true}}