[zeromq-dev] Ada Bindings for 0mq
Martin Sustrik
sustrik at 250bpm.com
Tue Mar 30 08:37:28 CEST 2010
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.
> 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.
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.
Martin
More information about the zeromq-dev
mailing list