Package libmilter-workers: Information
Source package: libmilter-workers
Version: 8.14.3_1-alt1_14
Build time: Apr 9, 2025, 03:35 AM
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
Last changed
April 8, 2025 Igor Vlasenko 8.14.3_1-alt1_14
- update by mgaimport
Aug. 28, 2021 Igor Vlasenko 8.14.3_1-alt1_12
- fixed build with LTO
Sept. 29, 2019 Igor Vlasenko 8.14.3_1-alt1_11
- new version