Michael Offner

Results 14 comments of Michael Offner

There is one problem with this code that need to be addressed and one concern (see tickets for detail). you cannot do this code in CFML "getPageContext().getHttpServletResponse().isCommitted()", if "direct java...

@zspitzer no there is no isConnected, but i like the idea, i will add both if possible, i'm not sure if the servlet engine is providing that kind of info....

every function we add brings the risk to break code in case user have the same function already in use. So instead of having 2 functions i prefer to have...

https://stackoverflow.com/questions/2962196/detecting-client-disconnect-in-tomcat-servlet

added getContextInfo https://luceeserver.atlassian.net/browse/LDEV-1866 (ATM only provide flushed, more to come), can you adapt this function?

needs manual adaption

we can not make that change, because this changes how scheduled tasks are working. let say you have a scheduled task that runs every minute and takes 90 seconds to...

In addition we should make a chage like this only for Lucee 5

this is a setting from travis: Limiting Concurrent Builds # The maximum number of concurrent builds depends on the total system load, but one situation in which you might want...

the pull avoids the problem but does not solve it. But the real problem is coming with this pull that it disables request timeout for all cfthreads. We need to...