File: control

package info (click to toggle)
libanyevent-dbi-perl 3.04-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 172 kB
  • sloc: perl: 989; makefile: 2
file content (40 lines) | stat: -rw-r--r-- 1,716 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
Source: libanyevent-dbi-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: gregor herrmann <gregoa@debian.org>
Section: perl
Priority: optional
Build-Depends: debhelper (>= 11)
Build-Depends-Indep: perl,
                     libanyevent-perl,
                     libanyevent-fork-perl,
                     libcanary-stability-perl,
                     libcbor-xs-perl,
                     libcommon-sense-perl,
                     libconvert-scalar-perl,
                     libdbd-sqlite3-perl,
                     libdbi-perl,
                     perl
Standards-Version: 4.1.5
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libanyevent-dbi-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libanyevent-dbi-perl.git
Homepage: https://metacpan.org/release/AnyEvent-DBI
Testsuite: autopkgtest-pkg-perl

Package: libanyevent-dbi-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends},
         libanyevent-perl,
         libanyevent-fork-perl,
         libcbor-xs-perl,
         libcommon-sense-perl,
         libconvert-scalar-perl,
         libdbi-perl
Description: 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.