[zeromq-dev] Python message passing
kfadnis
kfadnis at gmail.com
Thu Apr 23 23:29:27 CEST 2009
Hi Guys,
I was peeking at the C++ wrapper for python (pyzmq.cpp). And the
pyZMQ_send() method casts the message as a string, am i correct in reading
this ?
I ask because i was trying to pass a double and couldn't. This adds an extra
call to the str to something conversion for me to convert back.
Also, I was wondering if it is possible to wrap the C++ library using
SWIG, as this possibly reduces the overhead of the calls increasing
effciency ?
I might try this if anyone thinks this has a decent shot of working.
Thanks
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.zeromq.org/pipermail/zeromq-dev/attachments/20090423/20f61431/attachment.htm>
More information about the zeromq-dev
mailing list