User Profile

Collapse

Profile Sidebar

Collapse
fadhelbh
fadhelbh
Last Activity: Nov 16 '07, 10:13 AM
Joined: Nov 12 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • fadhelbh
    replied to Open URL strange problem
    in Java
    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...
    See more | Go to post

    Leave a comment:


  • fadhelbh
    started a topic Open URL strange problem
    in Java

    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){...
    See more | Go to post
No activity results to display
Show More
Working...