BinMessage

From RemObjects Wiki

Revision as of 13:58, 28 June 2010 by MikeBot (Talk | contribs)
(diff) ← Older revision | Current revision (diff) | Newer revision → (diff)
Jump to:navigation, search

This is a RemObjects SDK Architecture topic
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 .NET, Delphi and Xcode, all of which 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 reasons to use one of the other messaging formats instead.


Components


See Also


Ro-48.png

Product: RemObjects SDK
Available Editions: RemObjects SDK for .NET, Delphi and Xcode

GlossaryArchitectureArticlesFeaturesLibrarySamples

Navigation
products
hubs
special
Toolbox