-
Notifications
You must be signed in to change notification settings - Fork 0
Work Manager
Neil Moore edited this page Oct 8, 2015
·
1 revision
The Work Manager is the main thread of the database and acts as a load distributor for the worker threads while maintaining connections with clients via network or UNIX sockets.
This module, while important, is relatively easy to design and implement as such only one person has been 'assigned' to it though other members of the team are more than welcome to jump in criticize/contribute as needed.
Basic flow of data within the module is:
The class hierarchy involved in this module: