Click to See Complete Forum and Search --> : Having an 'include' file that's too big?


cusimar9
08-17-2006, 05:56 AM
All my ASP pages include one file which contains all the functions I might need on a page. Unfortunately this one file keeps growing and its currently 2300 lines of code.

Is it going to be quite a strain on the server to keep including this file on EVERY page? Clearly most pages only need a few of those functions...

russell
08-17-2006, 11:58 AM
2300 lines isn't that big. don't worry about it at all.

It may be difficult to maintain however. u may want to break i into a couple of smaller files, grouping related functions together.