Why not adopt me?
This distribution is up for adoption!
If you're interested then please contact the PAUSE module admins via
email.
NAME
IRC::Indexer::Process::JSONify - Forkable JSON encoder
SYNOPSIS
DESCRIPTION
A small forkable JSON encoder, usable by POE::Wheel::Run wheels to externally encode JSON.
Used by ircindexer-server-json to offload some processing and reduce the long-term memory footprint of the master (at the cost of some extra forking overhead).
Given an array containing a hash, a network name, and possibly a server name, returns an array containing a JSON hash, the gzipped equivalent thereof, network name, and server name (possibly undef).
See: POE::Wheel::Run and POE::Filter::Reference
AUTHOR
Jon Portnoy <avenj@cobaltirc.org>