Name Date Size

.. 2015-04-19 13:53:07 14

config.m4 2015-03-04 18:17:53 457

config3.m4 2015-03-04 18:17:53 280

Makefile.in 2015-03-04 18:17:53 39

motorz.c 2015-04-19 13:53:07 62.9 KiB

motorz.h 2015-03-10 01:09:34 5.4 KiB

MOTORZ.README 2015-03-04 18:17:53 441

mpm_default.h 2015-03-04 18:17:53 1.4 KiB

MOTORZ.README

The MotorZ MPM aims to create a single MPM, that runs on all modern
Unix and Win32 platforms, by levering APR as much as possible.
The MoteZ MPM uses an APR Poll CB event system, with timers being
built in. When an event, either an I/O or Timer is ready to run, it
is pushed to any available thread in the current process. A simple
APR Thread pool is used.
MotorZ uses Prefork as the framework and Simple for the actual event
structure.