If you're not in active development, turn on trusted cache. That and precompile the classes and you won't actually even need the CFM source at runtime.
You can't copy the class files though--they're compiled with machine specific info in them. You can use the precompiler even when not using the stand-alone server. Did you try it and receive errors? Sam > -----Original Message----- > From: Mark Johnson [mailto:[EMAIL PROTECTED]] > Sent: Monday, January 20, 2003 2:21 PM > To: CF-Talk > Subject: CFMX Compiled Code and Remote Source > > > We have our cf source code located remotely with multiple > webservers pointing at this code. Obviously for each > webserver that points at the source it will have to compile > the code and store it locally for execution. We recently > upgraded our file server which hold the source code. In the > process the machine name changed which also changed the > location that CF finds the source in. As you might imagine > all the CF code had to be recompiled by each webserver. This > caused quite a bit of pain as at this point the site is still > getting back to normal performance speeds. > > Those of you using remote source how do you deal with issues > like those mentioned above. We are going to want to add > redundency and other hardware changes to that file server in > the future and don't want to have to deal with the same pain > obviously. As far as I know there is no utility that will > automatically compile source code except if you use the stand > alone webserver that came with MX. Dealing with the > replication of the compiled code seems to be a bit easier as > you should be able to just copy the class files from one > webserver to the other. > > Any hints or ideas for the future would be greatly appreciated. > > Mark ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription: http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4 FAQ: http://www.thenetprofits.co.uk/coldfusion/faq This list and all House of Fusion resources hosted by CFHosting.com. The place for dependable ColdFusion Hosting. Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

