Multi-Thread Scheduler

The multi_thread plugin provides the low-level thread scheduler.

Loading

This plugin is loaded by default and it should not be unloaded because Drizzle will not start without this plugin.

Configuration

These command line options configure the plugin when drizzled is started. See Command Line Options for more information about specifying command line options.

--multi-thread.max-threads ARG
Default:2048
Variable:

Maximum number of user threads available.

Variables

The plugin does not register any variables.

Authors

Brian Aker

Version

This documentation applies to multi_thread 0.1.

To see which version of the plugin a Drizzle server is running, execute:

SELECT MODULE_VERSION FROM DATA_DICTIONARY.MODULES WHERE MODULE_NAME='multi_thread'

Changelog

v0.1

  • First release.

Table Of Contents

Previous topic

Memory Storage Engine

Next topic

MyISAM Storage Engine

This Page