The Apache processing architecture is based on a parent process that runs all the time,and child processes that are launched on demand. On UNIX, the child processes are real processes; you can see them at the operating-system level by running the ps command. On Windows, the child processes are separate threads in a single multithreaded process.
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment