Does anybody have any ideas on how I might implement the best practical way to shutdown or stop a query once it has been executed in a servlet and has taken too long to return back any data. One solution is to execute the query within a new thread and then try and make the thread exit after a certain amount of time has elapsed. The difficult part of this will stopping the thread also stop the process running on the server, as once the query is executed it gets communicated through the driver to the SQL engine and then to the database.
 
Does anybody have any ideas, all are welcome.
 
Nathan.
--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>


Reply via email to