[zeromq-dev] Ada Bindings for 0mq
Per Sandberg
per.sandberg at bredband.net
Tue Mar 30 22:14:44 CEST 2010
Hi Martin.
On 03/30/2010 08:37 AM, Martin Sustrik wrote:
> Hi Per,
>
>> Played around a bit and got some stuff at:
>> https://ada-spread.svn.sourceforge.net/svnroot/ada-spread/tags/zeromq/0.0.1
>> The semantics is based on the C/C++ interfaces.
>
> Nice!
>
> Btw, have you seen this document:
>
> http://www.zeromq.org/guidelines:bindings
>
> It's an attempt to codify the best practices for writing 0MQ bindings.
> You may find it useful.
Yes after I got your reply, and the bindings was wolowing the guidelines
pretty close.
>> Whats missing in order to get a full binding is a a new routine to init
>> context with a callbacks for 0mq internal thread start and termination.
>
> What would that be good for? 0MQ is managing it's internal threads
> itself. So far there haven't been a request for running user code in I/O
> threads.
May be it just an misinterpretation of the interface, but i read out the
worst scenario and thougt that send is some instances was an non
blocking operation and that free could be called by some of the
I/O-threads, but if thats not the case the extra interface isn't needed.
>
> In any case, if you want to reference your binding from www.zeromq.org,
> create an account there (top right of the page) and let me know your
> login. I'll create a page for ADA binding (same as other bindings have)
> and give you write access.
Yes i think that would be an good idea and my login on "www.zeromq.org"
is "persan".
/Per
>
> Martin
> _______________________________________________
> zeromq-dev mailing list
> zeromq-dev at lists.zeromq.org
> http://lists.zeromq.org/mailman/listinfo/zeromq-dev
>
More information about the zeromq-dev
mailing list