Multi-Processing Module mpmt_pthread

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

Status: MPM
Source File: mpmt_pthread.c
Module Identifier: mpm_mpmt_pthread_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. Each process has a fixed number of threads. The server adjusts to handle load by increasing or decreasing the number of processes.

Directives