[zeromq-dev] [PATCH] bump default PGM settings

2011-03-11 Thread Steven McCoy
Increase default rate limit to 40mbps and disable multicast loop. This works fine on my Windows desktop on a 100mbs LAN with terrible wiring and so should prove good for elsewhere. -- Steve-o 0001-Bump-default-rate-to-40mbps-disable-multicast-loop.patch Description: Binary data

[zeromq-dev] [PATCH] Update to new ODATA rate limiting instead of total channel limiting

2011-03-11 Thread Steven McCoy
Often requested feature is to limit on original data and not the entire channel, the new PGM API was discussed last November. Here is a patch to master as it requires 5.1.95 or newer: http://www.mail-archive.com/zeromq-dev@lists.zeromq.org/msg06111.html -- Steve-o

Re: [zeromq-dev] [PATCH] bump default PGM settings

2011-03-11 Thread Skrzyniarz Alexandre
un changement pour rendre l'origine non optionnelle. Ca te permettra de filtrer sur ce champ dans tous les cas. On Fri, 11 Mar 2011 17:50:28 +0800 Steven McCoy steven.mc...@miru.hk wrote: Increase default rate limit to 40mbps and disable multicast loop. This works fine on my Windows desktop on

Re: [zeromq-dev] [PATCH] bump default PGM settings

2011-03-11 Thread Pieter Hintjens
On Fri, Mar 11, 2011 at 11:08 AM, Skrzyniarz Alexandre alexandre.skrzyni...@fr.thalesgroup.com wrote: un changement pour rendre l'origine non optionnelle. Ca te permettra de filtrer sur ce champ dans tous les cas. :-) I think you replied to the wrong email list... -Pieter

Re: [zeromq-dev] [PATCH] bump default PGM settings

2011-03-11 Thread Pieter Hintjens
On Fri, Mar 11, 2011 at 10:50 AM, Steven McCoy steven.mc...@miru.hk wrote: Increase default rate limit to 40mbps and disable multicast loop.  This works fine on my Windows desktop on a 100mbs LAN with terrible wiring and so should prove good for elsewhere. Steve, thanks for these two patches,

[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

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 eloi.du.b...@gmail.com

Re: [zeromq-dev] [PATCH] [corrected] Added missing close method on socket_t

2011-03-11 Thread Guido Goldstein
All wrong! Please use this patch instead! Cheers Guido From 2a7b563cd80660875e3b3542df833d01f6093020 Mon Sep 17 00:00:00 2001 From: guidog git...@a-nugget.de Date: Fri, 11 Mar 2011 12:20:36 +0100 Subject: [PATCH] Added missing close method w/ check if socket is already closed.

Re: [zeromq-dev] [PATCH] [corrected] Added missing close method on socket_t

2011-03-11 Thread Pieter Hintjens
On Fri, Mar 11, 2011 at 12:29 PM, Guido Goldstein drop...@a-nugget.de wrote: Please use this patch instead! OK, the correct patch has been applied to 2-0 and 2-1. Thanks for this, Guido! -Pieter ___ zeromq-dev mailing list

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.

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

2011-03-11 Thread Eloi Du Bois
Ok, great. Thank you, Eloi. 2011/3/11 Pieter Hintjens p...@imatix.com On Fri, Mar 11, 2011 at 12:38 PM, Eloi Du Bois eloi.du.b...@gmail.com 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

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:

[zeromq-dev] New tutorial for contributions

2011-03-11 Thread Pieter Hintjens
Hi all, I've updated/rewritten the tutorial for contributing to 0MQ projects, here: http://www.zeromq.org/docs:contributing The old page wasn't really clear. Comments welcome. -Pieter ___ zeromq-dev mailing list zeromq-dev@lists.zeromq.org

[zeromq-dev] some correction on java samples

2011-03-11 Thread chuntz
hello, i push some corrections about the java sample, and i implement some not already written sample; I hope that will be usefull for you, regards, Christophe Huntzinger Une messagerie gratuite, garantie à vie et des services en plus, ça vous tente ? Je crée ma boîte mail www.laposte.net

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 jhaw...@gmail.com 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/