At Fri, 05 Mar 2010 09:10:19 +0100, Martin Sustrik wrote: > In general, using zero-copy techniques from garbage collected languages > is either impossible (Java?) or problematic (python).
This is possible, if language runtime supports callbacks from foreign thread (to call language code from C). However, handwritten memory management wrapper kills performance. Unless you have to deal with very large messages, it's usually faster just to copy data. -- wbr, Vitaly _______________________________________________ zeromq-dev mailing list [email protected] http://lists.zeromq.org/mailman/listinfo/zeromq-dev
