It seems to me that the dynamic module loading is taking most of the time per http request. Does the dynamic module loading defeat the benefit of mod perl?
When an http request is made, are the modules listed in __PACKAGE__->load_classes() loaded each time? Is there a way to have these modules loaded just once per mod perl thread? Thanks, Nathan _______________________________________________ List: http://lists.rawmode.org/cgi-bin/mailman/listinfo/dbix-class Wiki: http://dbix-class.shadowcatsystems.co.uk/ IRC: irc.perl.org#dbix-class SVN: http://dev.catalyst.perl.org/repos/bast/trunk/DBIx-Class/ Searchable Archive: http://www.mail-archive.com/[email protected]/
