Hi !
Sometimes when I submit a request to the server (Oracle 8.1.7) I'm waiting the response for a (too) long time but my program is blocked until the response comes. I want to be able to manage the response time on my own but firing a time-out event callback into which I will cancel the requests. How is it possible ?
Sometimes when I submit a request to the server (Oracle 8.1.7) I'm waiting the response for a (too) long time but my program is blocked until the response comes. I want to be able to manage the response time on my own but firing a time-out event callback into which I will cancel the requests. How is it possible ?