Hi Apache experts,This is my first post to an Apache group, so please bear with me. I am also new to Apache in general.My understanding is that under windows, there should be only 2 httpd processes once I start my Apache server (version 2.2). One parent and one child. The child then spawns multiple threads to handle incoming requests.
However, I have seen cases where I had up to 8 or so httpd processes showing in Windows Task Manager.
I have been using an Apache module acting as server (written in Delphi) to service request from devices.
Much appreciated_db_