Search found 1 match
- Fri Jan 06, 2017 4:22 pm
- Forum: Support - RCF
- Topic: Is there any way to allow compression in Publish/Subscribe communication?
- Replies: 1
- Views: 11204
Is there any way to allow compression in Publish/Subscribe communication?
Hi, My server updates my clients using publish/subscribe. I noticed that these updates are pretty big. For example, an update of a std::vector<MyObj> generated a stream of 107Mb. For diagnostics purpose, I compressed this stream using boost, reducing the stream size to 12Mb: void doSomething(const s...