[ 原始碼: libanyevent-dbi-perl ]
套件:libanyevent-dbi-perl(3.04-1.1)
libanyevent-dbi-perl 的相關連結
Debian 的資源:
下載原始碼套件 libanyevent-dbi-perl:
- [libanyevent-dbi-perl_3.04-1.1.dsc]
- [libanyevent-dbi-perl_3.04.orig.tar.gz]
- [libanyevent-dbi-perl_3.04-1.1.debian.tar.xz]
維護小組:
外部的資源:
- 主頁 [metacpan.org]
相似套件:
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.
其他與 libanyevent-dbi-perl 有關的套件
|
|
|
|
-
- dep: libanyevent-fork-perl
- module to create new processes
-
- dep: libanyevent-perl
- event loop framework with multiple implementations
-
- dep: libcbor-xs-perl
- module for manipulating CBOR-formatted data (C/XS-accelerated)
-
- dep: libcommon-sense-perl
- module that implements some sane defaults for Perl programs
-
- dep: libconvert-scalar-perl
- module to convert between different representations of perl scalars
-
- dep: libdbi-perl
- Perl Database Interface (DBI)
-
- dep: perl
- Larry Wall's Practical Extraction and Report Language