libanyevent-dbi-perl 3.04-1.1 source package in Ubuntu

Changelog

libanyevent-dbi-perl (3.04-1.1) unstable; urgency=medium

  * Non maintainer upload by the Reproducible Builds team.
  * No source change upload to rebuild on buildd with .buildinfo files.

 -- Holger Levsen <email address hidden>  Tue, 05 Jan 2021 11:59:33 +0100

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
Oracular release universe perl
Noble release universe perl
Mantic release universe perl
Lunar release universe perl
Jammy release universe perl

Builds

Hirsute: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libanyevent-dbi-perl_3.04-1.1.dsc 2.2 KiB a272f932979f7eea4233b4b87cad71e8ab7d4a9a3a26f342082c671d708de957
libanyevent-dbi-perl_3.04.orig.tar.gz 21.1 KiB 09735fd951c7e90b30fb442b5e292d2d3a27bc612a49c44826fcb5c951244df1
libanyevent-dbi-perl_3.04-1.1.debian.tar.xz 3.2 KiB e1865a246f52827a5f9faf6dcbff7084387107e06850e66841decfbb5bce173c

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.