
Compress::Raw::Zlib - Low-Level Interface to zlib or zlib-ng
-Strategy Defines the strategy used to tune the compression. The valid values are Z_DEFAULT_STRATEGY, Z_FILTERED and Z_HUFFMAN_ONLY. -BufSize Sets the initial …
Compress::Zlib - Interface to zlib compression library - MetaCPAN
Defines the strategy used to tune the compression. The valid values are Z_DEFAULT_STRATEGY, Z_FILTERED and Z_HUFFMAN_ONLY. $d->dict_adler () Returns …
staticperl - perl, libc, 100 modules, all in one standalone
During (each) startup, staticperl tries to source some shell files to allow you to fine-tune/override configuration settings. In them you can override shell variables, or define shell functions …
mod_perl - metacpan.org
For example should you wish to fine tune interpreter pools for a given virtual host: <VirtualHost ...> PerlOptions +Clone PerlInterpStart 2 PerlInterpMax 2 </VirtualHost> This might be …
Log::Log4perl - Log4j implementation for Perl - metacpan.org
Log::Log4perl lets you remote-control and fine-tune the logging behaviour of your system from the outside. It implements the widely popular (Java-based) Log4j logging package in pure Perl.
Log::Log4perl::Layout::PatternLayout - MetaCPAN
In this way, you're able to shrink the displayed category or limit file/path components to save space in your logs. Fine-tune the date If you're not happy with the default %d format for the …
CHI - Unified cache handling interface - metacpan.org
If a cache's size rises above its "max_size", items are discarded until the cache size is sufficiently below the max size. (See "max_size_reduction_factor" for how to fine-tune this.) The order in …
display OSPF database as graphviz dot - MetaCPAN
The output for the dot program is returned as string. The %todo parameter allows to tune the displayed details. It consists of the subkeys: boundary Display the summary AS boundary …
IO::Compress::Deflate - Write RFC 1950 files/buffers - MetaCPAN
-Strategy Defines the strategy used to tune the compression. Use one of the symbolic constants defined below. Z_FILTERED Z_HUFFMAN_ONLY Z_RLE Z_FIXED …
FCGI::ProcManager - functions for managing FastCGI
By re-implementing it in perl, developers can more finely tune performance in their web applications, and can take advantage of copy-on-write semantics prevalent in UNIX kernel …