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 Get the mailserver that powers this list at http://www.coolfusion.com Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

