[zeromq-dev] [ZeroMQ] Advises using 0MQ

2011-03-11 Thread Eloi Du Bois
Hi all, I would like to have good advises on 0MQ use. My problem is that I would like to make a software that is quite the same as Google Documents, but which can work offline... I have no idea on the best way to do that, but I think that by using ZeroMQ, I am on the good way. The different needs

Re: [zeromq-dev] [ZeroMQ] Advises using 0MQ

2011-03-11 Thread Pieter Hintjens
Hi Eloi, You should start by reading the Guide, at http://zero.mq/zg. It will take you a day or two to work through it. After that, it'll be much clearer how to build your architecture. Regards -- Pieter Hintjens iMatix On Fri, Mar 11, 2011 at 11:52 AM, Eloi Du Bois wrote: > Hi all, > I would

Re: [zeromq-dev] [ZeroMQ] Advises using 0MQ

2011-03-11 Thread Eloi Du Bois
Hi Pieter, That is what I am actually doing, but I just wanted to get some advises from experienced users that you are. I think the problem I need to solve may need more experience than reading the manual... Anyway, thank you for your response and congratulation for this wonderfull library. -Elo

Re: [zeromq-dev] [ZeroMQ] Advises using 0MQ

2011-03-11 Thread Pieter Hintjens
On Fri, Mar 11, 2011 at 12:38 PM, Eloi Du Bois wrote: > That is what I am actually doing, but I just wanted to get some advises > from experienced users that you are. > I think the problem I need to solve may need more experience than reading > the manual... You'll find that Chapter 4 answers a

Re: [zeromq-dev] [ZeroMQ] Advises using 0MQ

2011-03-11 Thread Eloi Du Bois
Ok, great. Thank you, Eloi. 2011/3/11 Pieter Hintjens > On Fri, Mar 11, 2011 at 12:38 PM, Eloi Du Bois > wrote: > > > That is what I am actually doing, but I just wanted to get some advises > > from experienced users that you are. > > I think the problem I need to solve may need more experienc

Re: [zeromq-dev] [ZeroMQ] Advises using 0MQ

2011-03-11 Thread Joshua Foster
In addition to reading the ZMQ manual, I would recommend looking into some projects that provide document sync: http://code.google.com/p/etherpad/ http://code.google.com/p/google-diff-match-patch/ http://code.google.com/p/google-mobwrite/ Joshua On Mar 11, 2011, at 5:52 AM, Eloi Du Bois wrote:

Re: [zeromq-dev] [ZeroMQ] Advises using 0MQ

2011-03-11 Thread Eloi Du Bois
Thank you very much ! Very interesting ! - Eloi. 2011/3/11 Joshua Foster > In addition to reading the ZMQ manual, I would recommend looking into some > projects that provide document sync: > http://code.google.com/p/etherpad/ > http://code.google.com/p/google-diff-match-patch/ > http://code.goo

Re: [zeromq-dev] [ZeroMQ] Advises using 0MQ

2011-03-12 Thread Gerard Toonstra
Lots of these articles are related to google wave. Check out the wave protocol and video. (docs uses same underlying tech as wave, for doc editing) On Mar 11, 2011 10:12 PM, "Eloi Du Bois" wrote: Thank you very much ! Very interesting ! - Eloi. 2011/3/11 Joshua Foster > > In addition to rea