[nodejs] TypeError: undefined is not a function, at storeHeader (_http_outgoing.js)

2015-05-27 Thread Frederic Brodbeck
hi, I wrote a program that – usually after several hours – crashes with this error: ``` TypeError: undefined is not a function at storeHeader (_http_outgoing.js:303:19) at ClientRequest.OutgoingMessage._storeHeader (_http_outgoing.js:229:9) at ClientRequest._implicitHeader (_http_cli

[nodejs] Re: Node Cluster and context switching

2015-05-27 Thread johnny somethingerman
The context switching costs don't change just because you're using node. The suggestion to spawn workers equal to the number of cores (really, it's #cores -1, so the spawning process can still run) comes from the assumption that there are no other processes demanding CPU time. In some more rel

[nodejs] zipper - file compression api for your files at Amazon S3 - feedback/code review/contributions wanted

2015-05-27 Thread Renato M. da Gama
Hey guys, I have just create this thing that 0- receives zipping request and adds your job to a queue 1- downloads your files from amazon s3, 2- zips everything, 3- sends back one single .zip file to amazon, 4- triggers http notifications so you know your .zip file is ready Its entirelly wri

[nodejs] Re: why node-v0.12.4-x64.msi installation tries to install airserver?

2015-05-27 Thread mscdex
On Monday, May 25, 2015 at 8:47:23 AM UTC-4, Mikael Sitruk wrote: > > Just wondering why the installation of node.js 64bit under Windows tries > to install airserver? > The 32 bits does not require this, just install fine. > > On Tuesday, May 26, 2015 at 3:43:13 PM UTC-4, Dmitry Nutels wrote: >

[nodejs] Interesting for maybe delegating JSON.parse to another language

2015-05-27 Thread Ω Alisson
https://github.com/kostya/benchmarks/tree/master/json -- Job board: http://jobs.nodejs.org/ New group rules: https://gist.github.com/othiym23/9886289#file-moderation-policy-md Old group rules: https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines --- You received this message bec