|
|
Sponsor |
Re: Aborting SQL Statements: msg#00262apache.db.derby.devel
Satheesh Bandaram wrote: > But I think Derby's client JDBC driver, currently the IBM Universal > driver, has some support. (I haven't tested it..) IBM recently announced > contributing a Derby Client to Apache. If this client code is accepted > and has the implementation for setQueryTimeOut() and cancel(), it might > be easy to adapt that code to Embed driver as well. Cancel() is a requirement for setQueryTimeout(), as I think once the timeout has expired, setQueryTimeout() would just call cancel() or its underlying logic. Thus if you want to implement these features, you need to start with cancel. I don't think the cancel in a network client will help in any way in implementing cancel() in embedded. The cancel in embedded needs to know about how queries or statements are executed. A starting point for investigation would be to see how the engine handles Thread.interrupt(). Currently if a thread is interrupted the session/connection is closed, a similar mechanism would be needed for cancel. And it might make sense to change it so that if the thread is interrupted only the active statement is cancelled, I know the connection closing surprised some Cloudscape customers. Dan.
|
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| Previous by Date: | Re: Type system notes, Daniel John Debrunner |
|---|---|
| Next by Date: | Re: Aborting SQL Statements, Satheesh Bandaram |
| Previous by Thread: | Re: Aborting SQL Statements, Satheesh Bandaram |
| Next by Thread: | Re: Aborting SQL Statements, Satheesh Bandaram |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
Free MagazinesCisco NewsReceive a free quarterly e-newsletter with exclusive articles on how Cisco IT uses its own products and solutions to enable the business. subscribe Systems Management News, the newspaper for IT systems administration and data center managers! Each issue of Systems Management News is chock-full of news and analysis to help you understand what's happening in your field. subscribe The Enterprise Newsweekly eWeek is the essential technology information source for builders of e-business. subscribe Oracle Magazine Oracle Magazine contains technology strategy articles, sample code, tips, Oracle and partner news, how to articles for developers and DBAs, and more. Oracle (NASDAQ: ORCL) is the world's largest enterprise software company. subscribe Total Telecom Total Telecom is "The Economist of the communications industry". subscribe |
Home | sitemap
| advertise | OSDir is
an inevitable website.
|