If I have a collection of, say, 15 fairly lengthy Perl scripts and I convert 
them into a CGI::Application app with 15 runmodes isn't there a huge startup 
penalty since my app must now load the code for all 15 runmodes prior to 
dispatch? Is there a way to lazy-load my runmodes? Although I have each one 
contained in a separate module I still have to 'use' all of them at once when 
the app starts.

gvim

#####  CGI::Application community mailing list  ################
##                                                            ##
##  To unsubscribe, or change your message delivery options,  ##
##  visit:  http://www.erlbaum.net/mailman/listinfo/cgiapp    ##
##                                                            ##
##  Web archive:   http://www.erlbaum.net/pipermail/cgiapp/   ##
##  Wiki:          http://cgiapp.erlbaum.net/                 ##
##                                                            ##
################################################################

Reply via email to