Hi,
Say we have a database query that takes 20seconds to run (the user runs it by clicking a button on HTML page in a browser). The user gets impatient and only after 10seconds he refreshes his browser, only to run a new query.
How do I stop the first running database query (or prevent the second one from running)?
Thanks