Parent-Worker Coordination (MPM) ================================ ROADMAP DISCUSSION POINTS: (Please place new entries at the bottom) * Refactor MPMs to split platform specific needs from the process and thread models. A reasonable goal is to have one thread model that runs on both unix and winnt. * Provide a generic IPC or Scoreboard mechanism with an easy to use API for modules and the core. Does the "scoreboard" (as we currently define it) even make sense anymore? Maybe some sort of shared memory provider method would be best. See scoreboard.txt for more notes and suggestions. * Break the 1:1 mapping of a worker to a single request.