Mod-Gearman with Embedded Perl
The upcoming version 1.1.2 of Mod-Gearman will have embedded Perl support which greatly improves performance when you have lots of Perl checks.
Mod-Gearman will get three new configuration options:
- enable_embedded_perl
- use_embedded_perl_implicitly
- use_perl_cache
The first two well known from the nagios.cfg and the last one was a compile time option in nagios and moved to a configuration option in Mod-Gearman.
Please feel free to test the preview version.
You will have to compile Mod-Gearman with “./configure –enable-embedded-perl” to build in embedded perl support.
Please let me know if you find anything unusual.
Thanks, Sven