Skip to content

Reload on every Request, ala FW/1 #94

Closed
@nischi

Description

@nischi

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

Metadata

Metadata

Assignees

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions