Name : perl-POE-Component-EasyDBI
| |
Version : 1.30
| Vendor : obs://build_opensuse_org/devel:languages:perl
|
Release : 1.15
| Date : 2024-08-05 19:51:27
|
Group : Unspecified
| Source RPM : perl-POE-Component-EasyDBI-1.30-1.15.src.rpm
|
Size : 0.18 MB
| |
Packager : (none)
| |
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/openSUSE_Tumbleweed/noarch |