> > I have deleted all of htose files on many occassions with no ill > effects. > > Server runs a bit slow afterwards as it needs to re-compile > everything > but > > this doesn't last long. > > K, thanks.
AFAIK when a page is processed, it checks whether there is a class file for that page (assume that the class file name is created from something like the path name, the modified date and something else... Something that won't change unless the file gets updated) and if there is, uses that. If not, it will create a class file for that page (the only thing is, I am unsure of the process for removing a class file if a page is updated). Anyway, removing them shouldn't be a problem (and if it is, that's short sighted on the development team's part, which it isn't). Paul -- ** Archive: http://www.mail-archive.com/dev%40lists.cfdeveloper.co.uk/ To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] For human help, e-mail: [EMAIL PROTECTED]
