Comment Promotion
There is a need to configure the <cfflush> to work properly with the web server. On the documentation page for Configuring Web Servers on Windows , the section "Configuring IIS for ColdFusion on Windows", among other things, indicates:
To disable the web server buffer, change is_buffer_enable [sic] to false in the cfroot \ config \ wsconfig \ 1 \ isapi_redirect.properties file. Disable the web server buffer if you want cfflush to work through the IIS connector. If your application does not use cfflush, set it to true to increase performance.
Please note that there is a typo in the Adobe documentation I mentioned above. It should specify iis_buffer_enable , not is_buffer_enable (missing "i"). Thanks to KrunchMuffin for pointing this out.
You will need to restart IIS for this change to affect.
I am not sure if the performance implications have disabled this option. You will need to do some load testing for your specific environment.
source share