Jump to letter: [
ABCDEFGHIJKLMNOPQRSTUVWXYZ
]
perl-POE-Component-SimpleDBI: Asynchronous non-blocking DBI calls in POE made simple
- Summary
- This module works its magic by creating a new session with POE, then
spawning off a child process to do the "heavy" lifting. That way, your main
POE process can continue servicing other clients. Queries are put into a
queue, and processed one at a time.
Changelog
- * Fri Sep 29 17:00:00 2006 Chris Weyl <cweyl{%}alumni{*}drew{*}edu> 1.15-1
- update to 1.15
- * Mon Sep 18 17:00:00 2006 Chris Weyl <cweyl{%}alumni{*}drew{*}edu> 1.14-1
- update to 1.14
- added examples/ to %doc
- add br perl(Test::Pod) for pod tests
- * Sat Sep 2 17:00:00 2006 Chris Weyl <cweyl{%}alumni{*}drew{*}edu> 1.12-2
- bump