On Mon, 2002-09-30 at 00:23, ronnie gauthier wrote: > If the site gets heavy usage would I get any significant speed > advantages by breaking the script into smaller module scripts? >
"An exception might be if you were writing a program to be run over the Web, where it might be called hundreds or thousands of times every minute. (This is a very high usage rate)"........"You want to find a way to keep your program resident in memory between invocations" ...... "See the documentation for your web server" Learning Perl, Randal L Schwartz & Tom Phoenix 3rd edition, OReilly July, 2001 Page(s) 16 and 17 Best Peck _______________________________________________ Linux-users mailing list [EMAIL PROTECTED] Unsubscribe/Suspend/Etc -> http://www.linux-sxs.org/mailman/listinfo/linux-users
