Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 12.0.0 (Français) » SQL Remote » Managing SQL Remote systems » Improving SQL Remote performance » Improving performance when receiving messages

 

Adjusting throughput by caching received messages

When messages arrive, the SQL Remote Message Agent (dbremote) reads the messages and then stores them in cache memory until they are applied. This caching of messages prevents:

  • Rereading of out-of-order messages from the message system, which may lower performance on large systems. Caching of messages is useful when messages are being read over a WAN (such as Remote Access Services or POP3 through a modem).

  • Contention between database worker threads reading messages (a single threaded task) because the message contents are cached.

 How messages are cached
 Specifying the message cache size
 Example
 See also