Closed
Description
By FW/1 you have a Framework-Config-Variable reloadApplicationOnEveryRequest. That is great. Can you integrate this in Taffy, please?
Now i have do this manual in my own Application.cfc like this:
<cfif yesNoFormat(getSystemString('application.reloadOnEveryRequest'))>
<cfset onApplicationStart() />
</cfif>
Sean have this realised with cflock. Now i have a problem in Taffy, by a lot of request, it crashed by
Element _TAFFY.SETTINGS.MIMEEXTENSIONS is undefined in APPLICATION.
taffy/core/api.cfc:682
i'm not sure as if allways crash there. In FW/1 work this perfectly
Thanks a lot