Are there specific issues you're dealing with? If you build your app on CGI.pm (or CGI::Application etc), use DBI with Apache::DBI or some other persistance-checking technique and load your modules as early as possible you've probably got most of the performance enhancements for free without doing anything apache specific - ie. your code should work both as CGI and as Apache::Registry modules.