This has been bugging me for years - the first few users to hit the app queue up while coldspring, model-glue and transfer all do their thing. Almost inevitably a bunch of them get request timeout errors after 60s when things haven't finished initializing.
I wrote a function that I use in Server.cfc (but it could be used anywhere you create your beanfactory/etc like in onApplicationStart or onRequestStart when you get a reinit parameter) which solves this and I thought others might like it too: http://www.ghidinelli.com/2015/11/21/preventing-long-coldfusion-initialization-timeouts Cheers, Brian -- -- Model-Glue Sites: Home Page: http://www.model-glue.com Documentation: http://docs.model-glue.com Bug Tracker: http://bugs.model-glue.com Blog: http://www.model-glue.com/blog You received this message because you are subscribed to the Google Groups "model-glue" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/model-glue?hl=en --- You received this message because you are subscribed to the Google Groups "model-glue" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
