Thanks for your reply...
If the code breaks out of the inner while when there is no data, the code should print "End"
the code prints "Check 1" and get stuck !?
it should either print "Check 2" or "End" but it don't !
The code is too long as it login to secured website using username and password then using the given session to open another page.
Anyway...
User Profile
Collapse
-
Open URL strange problem
Guy,
I'm trying to open a URL and the good news that I can open it then read the data line by line. the data changes every second so i have to read it in an infinite loop. By other words, load the URL then read it line by line, again and again.
the problem the loop stops but no error msgs, memory is not full and there is nothing taking 100% of the CPU !
The while loop code as follow:
while(true){...
No activity results to display
Show More
Leave a comment: