Multi-Processing Module mpmt_pthread

This Multi-Processing Module controls process and thread creation using the pthread interface.

Status: MPM
Source File: dexter.c
Module Identifier: mpm_dexter_module

Summary

This Multi-Processing Module (MPM) is the default for most unix-like operating systems. It uses pthread system calls to create a hybrid multi-process multi-threaded server. The server starts a fixed number of processes. The server adjusts to handle load by increasing or decreasing the number of threads.

Directives