Sebastien Piquemal
Sebastien Piquemal
ping @kirbysayshi :) Any chance you would send me a traceback so I can fix the bug you had?
yes ... I don't think the blob sending should be a problem. I also think the issue is sending assets. I've had issues with this before. Server crashing because 100...
Yes the bin does a lot of stuff but mostly to report config errors, make defining setting easy, start express server for the static assets, and so on... Using rhizome...
https://github.com/realm/realm-js
For reference : https://github.com/sebpiq/rhizome/blob/a396f7d07398c9c4f23c06c3e26e787e01bccb4b/lib/connections/persistence.js#L145
Maybe redis is not the solution : http://stackoverflow.com/questions/1919472/low-latency-large-scale-message-queuing.
Or maybe we don't need a separate queue, but rather proxying directly the messages from one server to the next. Each server registers itself to the others, so they can...
I don't think this would work. If a client disconnects and reconnects, it might be handled by a different server of the cluster, which doesn't have infos about the connection....
Now redis persistence is available, which should solve the cluster problem, and allow this to move forward.
Hi @fmammoli ! > I would love to share with you what we are doing if you are interested. Please do !!! I Would love to see what you are...