Re: [zeromq-dev] Docs

2012-01-15 Thread john skaller
On 15/01/2012, at 6:19 PM, Phil Stanhope wrote: > As a very interested observer of the mailing list (and part-time 0mq user) > ... my advice before implementing a new language binding would be to actually > read the entire guide and build all the examples in zguide > (http://zguide.zeromq.org)

Re: [zeromq-dev] Docs

2012-01-15 Thread Phil Stanhope
As a very interested observer of the mailing list (and part-time 0mq user) ... my advice before implementing a new language binding would be to actually read the entire guide and build all the examples in zguide ( http://zguide.zeromq.org). Looking at the data structures and raw C API without havi

Re: [zeromq-dev] Has anyone successfully built and used ZeroMQ on Android?

2012-01-15 Thread Nick Talbot
Ok, I finally got it all working! I've been attempting to build a working Android ZeroMQ using the current/latest NDK r7. The http://www.zeromq.org/build:android page uses NDK r6, an older version. I downloaded NDK r5b (the easiest to find an old version download of), and rebuilt everything. Bi

Re: [zeromq-dev] Data Problem

2012-01-15 Thread john skaller
On 16/01/2012, at 6:04 AM, Steven McCoy wrote: > On 15 January 2012 10:32, Chuck Remes wrote: > > On Jan 15, 2012, at 8:35 AM, asif saeed wrote: > > > Hi, > > > > Can someone give me recommendations on handling big data using ZeroMQ? How > > do you solve the Big Data problem using ZeroMQ? >

Re: [zeromq-dev] Data Problem

2012-01-15 Thread Steven McCoy
On 15 January 2012 10:32, Chuck Remes wrote: > > On Jan 15, 2012, at 8:35 AM, asif saeed wrote: > > > Hi, > > > > Can someone give me recommendations on handling big data using ZeroMQ? > How do you solve the Big Data problem using ZeroMQ? > > Please define what you mean by "big data" so that we c

Re: [zeromq-dev] Data Problem

2012-01-15 Thread Andrew Hume
don't know whether to laugh or cry at this on the off chance you're not trolling, be more specific. On Jan 15, 2012, at 7:35 AM, asif saeed wrote: > Hi, > > Can someone give me recommendations on handling big data using ZeroMQ? How do > you solve the Big Data problem using ZeroMQ? > > Bes

Re: [zeromq-dev] Data Problem

2012-01-15 Thread Chuck Remes
On Jan 15, 2012, at 8:35 AM, asif saeed wrote: > Hi, > > Can someone give me recommendations on handling big data using ZeroMQ? How do > you solve the Big Data problem using ZeroMQ? Please define what you mean by "big data" so that we can answer your question. cr ___

[zeromq-dev] Data Problem

2012-01-15 Thread asif saeed
Hi, Can someone give me recommendations on handling big data using ZeroMQ? How do you solve the Big Data problem using ZeroMQ? Best regards, Asif ___ zeromq-dev mailing list zeromq-dev@lists.zeromq.org http://lists.zeromq.org/mailman/listinfo/zeromq-dev

[zeromq-dev] docs, ownership sockopts

2012-01-15 Thread john skaller
Who owns the binary data blobs using set_sockopts? And get_socopts while I'm asking. For identity, subscribe, unsubscribe? I presume the caller owns them for all the others, so the function must copy the int, uint64 etc. I assume set_sockopts copies the blobs with malloc. In that case, how is it

Re: [zeromq-dev] Docs

2012-01-15 Thread Marten Feldtmann
I had asked the same question some days agon on this list, while working on a VASmalltalk binding for this library. It should be made clearer in the documentation, that one may reuse the structure after the application thread has closed it. Marten _