I've read the cpan module docs and have looked at the cookbook example ( http://poe.perl.org/?POE_Cookbook/DBI_Helper_Processes). The following modules all run non-blocking async dbi calls for poe but I'm not sure which I should choose. I would love to see a pro/con list for these or get some sort of guidance on which would work better in my network testing app.
I'm sure everyone has favourites out there, but is there any reason to use one over another in certain scenarios? Are there any drawbacks or things to watch out for on specific modules? POE::Component::LaDBI POE::Component::EasyDBI POE::Component::DBIAgent POE::Component::SimpleDBI
