Our backwards compat is really, really good so you could attempt to upgrade to 1.8 or 1.9 and likely won't run into any issues. You will also probably see a little bit of a speed improvement. The config file is only parsed once when the application starts up so you should not see any performance problems on separate requests unless you have it configured to reload on each request which is not recommended in production.
--Kurt On Mon, Sep 10, 2012 at 7:48 AM, DT <[email protected]> wrote: > You could use includes to help separate them and clean them via the > mach-ii.xml file and separate them out a bit more... i was getting timeouts > before and this helped. > > <includes> > <include file="/approot/system/config/handlers/site.xml" > override="true" /> > <include file="/approot/SF/system/config/handlers/metrics.xml" > override="true" /> > </includes> > > > > > On Monday, September 10, 2012 5:23:12 AM UTC-4, Till Helge Helwig wrote: >> >> Hi, >> >> I'm fairly new to Mach-II and ColdFusion in general. I work on a huge >> project with a Mach-II setup. The mach-ii.xml has grown to 105 kB and >> contains 724 event handlers and 313 view pages. Are there any known >> problems with large config files? Some days ago the application stopped >> working properly. The cfserver.log shows lock timeouts for >> "application_htdocs_apploader"**, which I found in mach-ii.cfm before >> the AppLoader initialization. So far it looks like either the EventManager >> or the ViewManager doesn't finish loading the config file. >> >> The projects currently uses Mach-II 1.6.1.8, because noobody cared about >> updating and now nobody knows if updating would break anything. >> >> I would be grateful for any idea where to look ! >> >> Regards, >> Till Helge Helwig >> > -- > -- > To post to this group, send email to > [email protected] > For more options and to unsubscribe, visit this group at > http://groups.google.com/group/mach-ii-for-coldfusion?hl=en > > New (July 2012): We've moved to GitHub: > https://github.com/Mach-II/Mach-II-Framework > > > -- -- To post to this group, send email to [email protected] For more options and to unsubscribe, visit this group at http://groups.google.com/group/mach-ii-for-coldfusion?hl=en New (July 2012): We've moved to GitHub: https://github.com/Mach-II/Mach-II-Framework
