1. Do you run common web program under modperl handlers? or just run them under Registry? For me I mostly wrote web scripts with CGI methods like using CGI.pm and CGI::Session, and run them under Modperl::Registry. I don't know if there's a site which is fully run by pure modperl handlers, not the registry scripts.
2. I heard that Apache::DBI will break the entire database sometime, is it true? When will we use or not use Apache::DBI? Thanks!