Package libmilter-workers: Information
Source package: libmilter-workers
Version: 8.14.3_1-alt1_11
Build time: Jul 6, 2022, 11:54 PM
Category: Development/C
Report package bugHome page: http://j-chkmail.ensmp.fr/
License: GPLv1
Summary: Libmilter and a pool of threads
Description:
Under original libmilter each connection generates one thread on the filter. These threads remain alive during the connection lifetime. So, one connection equals one thread. For huge servers, handling many simultaneous connections (say, a hundred and more), this may be an issue. Most of the time, these threads are idle waiting for sendmail commands (which come from remote clients). Tests at some domains shows that this hold for more than 95 % of the time. This libmilter version creates a fixed number of threads (workers) and distribute tasks when it receives commands from sendmail.
Maintainer: Igor Vlasenko