Hello, I have one question. I am using Apache 2.0.55 on HP-UX Can any one know the configuration in
httpd.conf to restrict the number of child processes to ONE like on Windows .I
used -X Switch option but that doesn’t help
because it spawns a debug-single child-single worker-process. My Application is a CORBA app written
as Apache module and is multi-threaded so I am using Apache2.0.55
with worker configuration. My Corba Application gets initialized through
a url request which is handled by a child process but, when the further
requests come for processing they fail because they are handled by the other
child processes. My Application runs fine on Windows as
there is only a Single child process. My requirement is like all the requests
should always be handled by the same Child Process. Will be Great if any one can help. Thanks, Sudhakar Chappidi |