Marc Dirix wrote:
Hi,
Why does dbmail require these settings:
MAXCHILDREN=500
MAXCONNECTS=10000
It seems like a apache model to develop code based on knowledge of
memory leaks instead of just fixen the memory leaks.
Is this maxchildren and maxconnects at all necessary?
Marc
_______________________________________________
DBmail mailing list
[email protected]
https://mailman.fastxs.nl/mailman/listinfo/dbmail
I don't know if this is an apache model. But I don't think I've ever seen
anyone not use this method of protecting yourself in case there is a memory leak
present in your system.
I never considered it to imply knowledge of a memory leak without intent to
address it but a simple procedure that is easy to implement to guarantee against
the negative effects in case a memory leak does exist.