Product Documentation

V9 Update Guide

Previous Topic

Next Topic

Rebuild Callback Support in Client/Server Mode

This modification introduces the ability for applications to register a rebuild callback function in client/server mode using the SetCallbackOnRebuild() API function, which was originally supported in standalone mode only. If a client registers a client-side rebuild callback function, during a rebuild the server sends messages to the c-tree client library causing it to call the client-side callback function when the internal rebuild loop counter reaches a value that is a multiple of the step parameter passed to SetCallbackOnRebuild(). If step is set to 1, the callback function is called once per record/key. The rebuild outputs a rebuild status message.

TOCIndex