Sebastien Piquemal
Sebastien Piquemal
couldnt find a solution that would work so far : http://stackoverflow.com/questions/39424614/small-database-installable-through-npm-and-supporting-multi-process-and-cluster
A user with no privileges cannot write in the folder of the package, so generating the client will fail : ``` rhizome 0.8.0 /usr/local/lib/node_modules/rhizome-server/bin/utils.js:35 } else throw err ^ Error:...
It might not be that useful and complexifies the code and it is probably better to limit connections with the network / DHCP config
Look into using redis for pub/sub instead of the ConnectionManager. This would allow to scale, and have several rhizome servers communicating together through a queue system.
see #107 #108 Using for example artillery : https://artillery.io/
Probably because numbers are encoded for sending. For example `Date.now()` being a quite long number is not sent properly.
Possibly some bugs either in processing code or blobs client code