Main > Programming > Libraries >

Devel::RingBuffer 0.31

Devel::RingBuffer 0.31

Sponsored Links

Devel::RingBuffer 0.31 Ranking & Summary

RankingClick at the star to rank
Ranking Level
User Review: 0 (0 times)
File size: 0.037 MB
Platform: Any Platform
License: Perl Artistic License
Price:
Downloads: 908
Date added: 2007-05-02
Publisher: Dean Arnold

Devel::RingBuffer 0.31 description

Devel::RingBuffer is a Perl module with shared memory ring buffers for Perl scripts diagnosis/debug.

SYNOPSIS

#
# create ringbuffer
#
use Devel::RingBuffer;
use Devel::RingBuffer::TieInt;

my $ringbuf = Devel::RingBuffer->new(
File => somefile.trace,
Rings => 20,
Slots => 20,
SlotSize => 300,
MessageSize => 256,
GlobalSize => 24 * 1024,
StopOnCreate => 0,
TraceOnCreate => 1) || die "Cant create a ring buffer.";

my $ring = $ringbuf->allocate();

Provides shared memory structures (using memory mapped files via IPC::Mmap) to be used by diagnostic and debugger applications for Perl scripts (see Devel::STrace). Using XS/C code to maximize performance, creates a set of ringbuffers with a configurable number of slots.

Each slot includes a field for a linenumber, a timestamp, and a fully qualified subroutine name. Each ring buffer also includes additional headers and fields to support diagnostic interfaces, e.g., watched expressions, command/reponse interfaces to the monitored applications, etc.

Devel::RingBuffer 0.31 Screenshot

Advertisements

Devel::RingBuffer 0.31 Keywords

Bookmark Devel::RingBuffer 0.31

Hyperlink code:
Link for forum:

Devel::RingBuffer 0.31 Copyright

WareSeeker periodically updates pricing and software information of Devel::RingBuffer 0.31 full version from the publisher, so some information may be slightly out-of-date. You should confirm all information before relying on it. Software piracy is theft, Using crack, password, serial numbers, registration codes, key generators is illegal and prevent future development of Devel::RingBuffer 0.31 Edition. Download links are directly from our publisher sites, torrent files or links from rapidshare.com, yousendit.com or megaupload.com are not allowed

Allok Video Splitter 2.2.0 Review:

Name (Required)
Email(Required)
Captcha
Featured Software

Want to place your software product here?
Please contact us for consideration.

Contact WareSeeker.com
Related Software
Devel::Messenger is a Perl module who let your code talk to you. Free Download
Devel::Pointer is a Perl module that can fiddle around with pointers. Free Download
Devel::STrace::Monitor is a monitor interface component for Devel::STrace. Free Download
Devel::Leak is a utility for looking for perl objects that are not reclaimed. Free Download
Devel::Tinderbox::Reporter is a Perl module with client to send reports to Tinderbox. Free Download
Devel::Carnivore is a Perl module to spy on your hashes (and objects). Free Download
libshbuf introduces a new IPC concept: the "shared buffer", a more flexible and faster alternative for standard Unix FIFOs. Free Download
Devel::Profile is a Perl module to tell me why my perl program runs so slowly. Free Download