Search:

Type: Posts; User: Norm

Search: Search took 0.29 seconds.

  1. Replies
    13
    Views
    1,998

    Re: proxy checker keeps freezing

    Sorry, I've never worked with proxies and have no ideas about the problem.
  2. Replies
    13
    Views
    1,998

    Re: proxy checker keeps freezing

    Please edit your post and wrap your code with code tags:


    <YOUR CODE HERE>

    to get highlighting and preserve formatting.

    What statement does the code stop execution at?
  3. Replies
    13
    Views
    1,998

    Re: proxy checker keeps freezing

    what statement is it stopping/freezing at?
  4. Replies
    13
    Views
    1,998

    Re: proxy checker keeps freezing

    Two basic choices:
    the program is in an infinite loop
    the code is blocked waiting for an event

    Add lots of println statements to see which case it is.
    If a loop, where is it looping
    If...
  5. Replies
    13
    Views
    1,998

    Re: proxy checker keeps freezing

    At What statement in the code is the program freezing?
Results 1 to 5 of 5