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

SQL Anywhere 12.0.0 (中文) » SQL Remote » 管理 SQL Remote 系统 » 了解 SQL Remote 消息代理 (dbremote)

 

选择 SQL Remote 消息代理 (dbremote) 模式

可以使用以下两种模式之一运行 SQL Remote 消息代理 (dbremote):

  • 连续模式   在连续模式下,SQL Remote 消息代理 (dbremote) 会按由每个远程用户的发送频率属性指定的时间定期发送消息。不发送消息时,消息代理会在消息到达时接收消息。

    连续模式可用于统一数据库(在这些数据库中,随时可能有消息进来或发出),以分散工作量并确保及时复制。

    请参见在连续模式下运行 SQL Remote 消息代理 (dbremote)

  • 批处理模式   在批处理模式下,SQL Remote 消息代理 (dbremote) 接收并处理进来的消息,扫描一次事务日志,创建并发送外发消息,然后停止。

    批处理模式可用于偶尔进行连接的远程数据库,在这些数据库中,建立连接后(例如,当远程数据库通过拨号连接到主网络后)才能与统一数据库交换消息。

    请参见在批处理模式下运行 SQL Remote 消息代理 (dbremote)

 SQL Remote 消息代理 (dbremote) 要求