Code

collectd-perl(5): Added note about multi-threading.
authorSebastian Harl <sh@tokkee.org>
Mon, 22 Oct 2007 22:04:38 +0000 (00:04 +0200)
committerFlorian Forster <octo@huhu.verplant.org>
Wed, 24 Oct 2007 18:07:19 +0000 (20:07 +0200)
A new section "BUGS" has been added to the manpage with a short note about
Perl and multithreading.

Signed-off-by: Sebastian Harl <sh@tokkee.org>
Signed-off-by: Florian Forster <octo@huhu.verplant.org>
src/collectd-perl.pod

index 16a985b95594c8bc5cd29c93fef2cdb5bde9be1f..b6537470de793847fcbc6424c94f3ea31591b78e 100644 (file)
@@ -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<ReadThread> configuration option).
+
 =head1 SEE ALSO
 
 L<collectd(1)>,