Thursday, September 25, 2008

Oracle AS Basics- Part IV-Apache Processing Architecture

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.

No comments:

Post a Comment