jcollum-hcg

Results 4 comments of jcollum-hcg

Looks like `sudo make install` is required to use ZMQ with node. The docs for ZMQ imply that that is optional. Zeromq.node should be doing some sort of check to...

I'm getting similar (but better) results from `.execute`. Inserting 400-600 records is taking about 5 minutes so far. I won't be able to use this lib if this is the...

And the results of letting that 400+ record insert just run and see how it goes: `FATAL ERROR: CALL_AND_RETRY_2 Allocation failed - process out of memory` I must be doing...

I'm not using any sort of loop, it's all event driven. I've got one object that receives a message over ZMQ, builds an object from it and does some manipulation...