Question
What is a clever way
To avoid cfquery timeout errors?
Note: I can't do anything to make my db or server faster because its hosted
I am looking for a CF solution to avoid throwing the user a timeout error (which presents them with a custom error page). What I'd like to do is have some logic try to reload the page x amount of times if it hasn't loaded in say... 20 seconds.
Any ideas?
