Prefork MPM uses multiple child processes with one thread each and each process handles one connection at a time.
Worker MPM uses multiple child processes with many threads each. Each thread handles one connection at a time.
Здесь я буду для себя выкладывать небольшие заметки по администрированию linux-систем.