when often the timeout error happens using cfoutpu...
# cfml-general
s
when often the timeout error happens using cfoutput or cfquery, there is a timeout attribute which can be used with cfquery, not sure about cfoutput, i have even read to use cfsetting timeout to make it bigger, but doesnt that keeps the thread handing and untlimately ends with heap space issue and killing the server. how can we approach to such kind of a problem if the timeout is not working proerly with cfoutput or cfquery, how can i force kill that thread and raise exception so thread is also closed and it can try again at later stage