[zeromq-dev] what are the best practices to send complex objects?
anti_tenzor
anti_tenzor at mail.ru
Tue Jul 17 09:37:51 CEST 2012
Hello, all,
I'd like to use ZMQ to send complex objects between applications (using
CLRZMQ c# wrapper). Since it is possible to send byte[] arrays only,
I am forced to implement some serialization-deserialization mechanism.
But the hole idea is to be as fast as possible! So it looks like this
algo should be:
1. Extremely fast
2. Produce very compact byte arrays
Could you please suggest some best practices or libraries (.net), that
meets these requirements?
How do you send complex ojects via ZMQ in real-life applications?
Thank you in advance!
More information about the zeromq-dev
mailing list