OK, I've gotten this far on it, now I'm interested in input...

Based on conversations earlier on this list, I've built a DBI query agent
that runs in its own session and fires off a P::Wheel::Run to handle
queries.  It works for UPDATE/DELETE as well as SELECTs.

However,

I only run one helper, so far. :-) Fletch (or whomever!), do we have some
multiplexing code to add in?  The idea here IS to make it non-blocking.

Error handling is skeletal at this point.

I'm interested in stress testing... I tried to seperate MY project from THIS
module.  I think I've done so, but I don't want any of my (project based)
assumptions to ruin the general useability of this module.

TIA!

L8r,
Rob

#!/usr/bin/perl -w
use Disclaimer qw/:standard/;

QueryAgent.pm

Reply via email to