Name Date Size

.. 2014-10-07 18:54:31 14

config.m4 2009-11-14 14:01:43 575

config3.m4 2012-10-07 10:56:45 225

Makefile.in 2009-11-03 15:36:48 39

SIMPLE.README 2011-11-10 19:05:47 349

simple_api.c 2014-10-07 18:54:31 8 KiB

simple_children.c 2011-12-03 00:02:04 4.7 KiB

simple_children.h 2008-10-30 02:50:09 1.1 KiB

simple_core.c 2011-12-03 00:02:04 2.1 KiB

simple_event.c 2008-11-01 08:13:29 3.1 KiB

simple_event.h 2011-09-23 15:38:09 1.9 KiB

simple_io.c 2013-04-22 21:50:25 10.3 KiB

simple_io.h 2008-10-30 02:50:09 1 KiB

simple_run.c 2014-10-07 18:54:31 9.9 KiB

simple_run.h 2008-10-30 02:50:09 1 KiB

simple_types.h 2011-11-20 00:35:46 3.4 KiB

SIMPLE.README

The Simple MPM aims to create a single MPM, that runs on all modern
Unix and Win32 platforms, by using APR as much as possible.
The Simple MPM core run loop revovles around a Poll CB event system, with
timers being built in. When an event, either an IO or Timer is ready to run,
it is dispatched to any available threads in the current process.