Name : perl-POE-Component-EasyDBI
| |
Version : 1.30
| Vendor : obs://build_opensuse_org/devel:languages:perl
|
Release : lp155.1.1
| Date : 2023-07-20 16:20:30
|
Group : Unspecified
| Source RPM : perl-POE-Component-EasyDBI-1.30-lp155.1.1.src.rpm
|
Size : 0.18 MB
| |
Packager : https://www_suse_com/
| |
Summary : Perl extension for asynchronous non-blocking DBI calls in POE
|
Description :
This module works by creating a new session, then spawning a child process to do the DBI queries. That way, your main POE process can continue servicing other clients.
The standard way to use this module is to do this:
use POE; use POE::Component::EasyDBI;
POE::Component::EasyDBI->spawn(...);
POE::Session->create(...);
POE::Kernel->run();
|
RPM found in directory: /packages/linux-pbone/ftp5.gwdg.de/pub/opensuse/repositories/devel:/languages:/perl:/CPAN-P/15.5/noarch |