From: Sebastian Harl Date: Mon, 22 Oct 2007 22:04:38 +0000 (+0200) Subject: collectd-perl(5): Added note about multi-threading. X-Git-Tag: collectd-4.2.0~14 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=759f6d627526e42a02c901d2d2d554b597432605;p=collectd.git collectd-perl(5): Added note about multi-threading. A new section "BUGS" has been added to the manpage with a short note about Perl and multithreading. Signed-off-by: Sebastian Harl Signed-off-by: Florian Forster --- diff --git a/src/collectd-perl.pod b/src/collectd-perl.pod index 16a985b9..b6537470 100644 --- a/src/collectd-perl.pod +++ b/src/collectd-perl.pod @@ -362,6 +362,13 @@ To register those functions with collectd: See the section "DATA TYPES" above for a complete documentation of the data types used by the read and write functions. +=head1 BUGS + +This plugin does not yet work correctly if collectd uses multiple threads. +Perl does not allow multiple threads to access a single interpreter at the +same time. As a temporary workaround you should use a single read thread only +(see collectd's B configuration option). + =head1 SEE ALSO L,