Table of Contents
List of Examples
Table of Contents
The following modules must be loaded before this module:
topos module - to bind to as a storage engine.
htable module - to bind to as a shm storage engine.
Definition of dialog htable, with all parameters.
Default value is “topos_dialog=>size=4;autoexpire=7200;dmqreplicate=1”.
Example 1.1. Set topos_htable_dialog
parameter
... modparam("topos_htable", "topos_htable_dialog", "my_dialogs=>size=4;autoexpire=7200;dmqreplicate=1") ...