Nicolas HAHN:
> > This is preferred usage. Closing the socket after each reply is wasteful.
> 
> Thanks for the answer. Comments from Jan P. Kessler helped also.
[...]
> I see my processing childs dying after having processed 100 postfix 
> requests, for the ones not dying because of the timeout.

By design, most Postfix daemon processes terminate voluntarily after
$max-use (default: 100) client connections, or after $max_idle
(default: 100) seconds of inactivity.

One a busy system this gives most of the benefits of preforking,
without the dangers of memory leaks in libraries. On an idle
system no-one cares about performance.

        Wietse

Reply via email to