How to make code timeout after 20 seconds (prevent freezing)

E

exebat

Hi all.

I tried searching but I can find any solution.

I have a code that reads some data from database, send it to other
application and waits for response. Since this other application (not
written by me) sometimes just wont respond, my program freezes.

How can I add some kind of timeout to my code so it would only wait
for about 10-20 seconds and if nothing happens it would stop the code ?
 
G

GBA

there is a timer function available in the form property. thus have a form
open and check out properties, and do a little research in this area....
 
G

Guest

exebat said:
Hi all.

I tried searching but I can find any solution.

I have a code that reads some data from database, send it to other
application and waits for response. Since this other application (not
written by me) sometimes just wont respond, my program freezes.

How can I add some kind of timeout to my code so it would only wait
for about 10-20 seconds and if nothing happens it would stop the code ?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top