Coro::Storable

Offers a more fine-grained storable interface
Download

Coro::Storable Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Marc Lehmann
  • Publisher web site:
  • http://www.goof.com/pcg/marc/

Coro::Storable Tags


Coro::Storable Description

Offers a more fine-grained storable interface Coro::Storable is a Perl module that offers a more fine-grained storable interface.SYNOPSIS use Coro::Storable;This module implements a few functions from the Storable module in a way so that it cede's more often. Some applications (such as the Deliantra game server) sometimes need to load large Storable objects without blocking the server for a long time.This is being implemented by using a perlio layer that feeds only small amounts of data (4096 bytes per call) into Storable, and Coro::cede'ing regularly (at most 100 times per second by default, though).As Storable is not reentrant, this module also wraps most functions of the Storable module so that only one freeze or thaw is done at any one moment (and recursive invocations are not currently supported). Requirements: · Perl


Coro::Storable Related Software