BinMessage
From RemObjects Software
This is a RemObjects SDK Glossary entry
Feel free to add your notes to this topic below.
BinMessage is by far the preferred message format for the vast majority of RemObjects SDK applications.
It provides the best performance and keeps network traffic to a minimum by using a highly condensed binary format that contains little-to-none overhead on top of the actual data. It also provides compression options (using the ZLib compression format) to reduce packet size even further, for cases where network bandwidth is limited.
Implementations of BinMessage are provided for both .NET and Delphi, and both implementations are wire compatible, allowing you to mix clients and servers from the different platforms.
Use Cases
You will generally use BinMessage for the majority of applications as it provides the best performance and network throughput, unless you have explicit seasons to use one of the other messaging formats, instead.
Components
See Also
Product: RemObjects SDK
Current version: RemObjects SDK 'Vinci' (5.0)
Lists — Glossary — Features — How To — Components — Tools — Samples — Articles — Architecture — Issues
