Worker Startup ============== 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. Maybe some sort of shared memory provider method would be best. See scoreboard.txt for more notes and suggestions.