Carlos Guerreiro
Carlos Guerreiro
Same issue, on a 80 core machine. Any suggestions? I don't mind working on graphlab's code a bit to fix this, given a bit of direction.
Hi aliasone, thanks for your suggestions and for your interest in redis-sync. Regarding auth support, that's something I've been meaning to add at some point. It hasn't been a priority...
you also need to concatenate the buffers. note that you get passed an array of buffers rather than just a buffer require("bufferjs"); // there are other libraries out there for...
just made a quick npm release to fix urgent issues on OS X with node.js 0.8.x this comes next
Romain, I'm sorry I have been so slow to react to this. I've been exceedingly busy with other things. It's getting a bit easier now. Indeed I've been meaning to...
flyswatter, irf requires http://goog-sparsehash.sourceforge.net/. Do you have it on your system? I did not package it into irf so google sparse hash needs to be installed before running `npm install...
I'm doing `open("w")` so I expect it to overwrite (eventually) whatever was there regardless of whether or not I can tell if there was something already. I also expect the...
OK. It seems to me that implementing this properly according to that suggestion will require some context information in stat() in order to know if an error resulting from lack...