Hi,
I have written a program that loops around grabbing information from one URL, but with different search queries. The program sometimes runs for days until completion as expected. However, other times, it freezes for unknown reasons. I am catching all errors, but there are none to be caught.
I have already accounted for the fact that the page may be temporarily unavailable, there may be bind or other exceptions and so on. Is there something that I am missing when dealing with URLs or is there a way to escape from these deadlock conditions.
thanks
Narjit
I have written a program that loops around grabbing information from one URL, but with different search queries. The program sometimes runs for days until completion as expected. However, other times, it freezes for unknown reasons. I am catching all errors, but there are none to be caught.
I have already accounted for the fact that the page may be temporarily unavailable, there may be bind or other exceptions and so on. Is there something that I am missing when dealing with URLs or is there a way to escape from these deadlock conditions.
thanks
Narjit