libanyevent-dbi-perl 2.3-2 source package in Ubuntu

Changelog

libanyevent-dbi-perl (2.3-2) unstable; urgency=medium

  * Team upload

  * mark package as autopkg-testable
  * Declare conformance with Policy 3.9.6

 -- Damyan Ivanov <email address hidden>  Sun, 22 Nov 2015 07:30:44 +0000

Upload details

Uploaded by:
Debian Perl Group
Uploaded to:
Sid
Original maintainer:
Debian Perl Group
Architectures:
all
Section:
perl
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Bionic release universe perl
Xenial release universe perl

Builds

Xenial: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libanyevent-dbi-perl_2.3-2.dsc 2.2 KiB 9d9d545555a6935bdf5447fa4232c8d13759040ba98b9502a20a9da2736154f2
libanyevent-dbi-perl_2.3.orig.tar.gz 22.4 KiB fccb14da44bf7cbbf49372a84339721fbf28bb412a1bda6413a0c5f0969c6004
libanyevent-dbi-perl_2.3-2.debian.tar.xz 3.2 KiB b2a4d91668ad645b91ece07b889acab163fd2ec290ecdf70298067f032c057d7

Available diffs

No changes file available.

Binary packages built by this source

libanyevent-dbi-perl: module supporting asynchronous DBI access

 AnyEvent::DBI is an AnyEvent extension, you need to make sure that you use
 and run a supported event loop. This module implements asynchronous DBI access
 by forking or executing separate "DBI-Server" processes and sending them
 requests. It means that you can run DBI requests in parallel to other tasks.
 The overhead for very simple statements ("select 0") is somewhere around 100%
 to 120% (dual/single core CPU) compared to an explicit
 prepare_cached/execute/fetchrow_arrayref/finish combination.