With "Startservers 1" there will be two processes. A main process, and
one child. IF this is what you are seeing there is nothing peculiar
going on.

I know there would be two process one root and other daemon.I am worried
about the one more extra daemon which is getting launched.

BTW, why is it that you don't want more than one process?
My requirement is like that....
Thanks
-A


Krist


On 6/4/07, Krist van Besien <[EMAIL PROTECTED]> wrote:

On 6/3/07, Arnab Ganguly <[EMAIL PROTECTED]> wrote:
> Hi All,
> I am using apache2.2 with MPM model as Worker in Solaris 5.9 .I have the
> following configuration.
>
> StartServers 1
> ServerLimit 1
> MaxClient 128
> MaxSpareThreads 128
> MinSpareThreads 1
> ThreadsPerChild 128
> MaxRequestPerChild 0
>
> My requirement is to handle all the request by single process and want
this
> process to be active through out.Issue I get is that after Apache runs
for
> a longer time, one new process is launched apart from the active process
> which was handling all the request.
>
> I am not sure as why this new process is getting launched although I
kept
> ServerLimit and StartServers both as 1.Is the MaxRequestPerChild 0 is
> creating the problem, as due to overload one more process is getting
> launched or any particular module is responsible for the above?What to
do to
> prevent this?


--
[EMAIL PROTECTED]
Bremgarten b. Bern, Switzerland
--
A: It reverses the normal flow of conversation.
Q: What's wrong with top-posting?
A: Top-posting.
Q: What's the biggest scourge on plain text email discussions?

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


Reply via email to