POE Component for running asynchronous DBI calls PR: 32783 Submitted by: Sergey Skvortsov <skv@protey.ru>
10 lines
311 B
Text
10 lines
311 B
Text
The DBIAgent is your answer to non-blocking DBI in POE.
|
|
|
|
It fires off child processes (configurable, defaults to 3) and feeds
|
|
database queries to it via two-way pipe (or however Wheel::Run is able
|
|
to manage it).
|
|
|
|
WWW: http://search.cpan.org/search?dist=POE-Component-DBIAgent
|
|
|
|
-- Sergey Skvortsov
|
|
skv@protey.ru
|