Search:

Type: Posts; User: Norm

Search: Search took 0.08 seconds.

  1. Replies
    13
    Views
    4,050

    Re: Multithreaded Proxy Server java

    Are you reading my posts?
    I have made some suggestions on how to debug the code.
    If you don't want to work on debugging your code, please let me know so I can spend my time with the others that are...
  2. Replies
    13
    Views
    4,050

    Re: Multithreaded Proxy Server java

    Did you see the last part of my post#10? That is a sample of what I was talking about in post#4.



    You have to debug the code to see what it does. The way I am suggesting is to add lots of...
  3. Replies
    13
    Views
    4,050

    Re: Multithreaded Proxy Server java

    Have you started adding the extra println statements to the code so you can work on debugging it?

    Here's a sample of a main() method I used for testing client-server code:


    public static...
  4. Replies
    13
    Views
    4,050

    Re: Searching for a Proxy sever

    Please post this with the other thread you started on this topic.
    http://www.javaprogrammingforums.com/whats-wrong-my-code/23207-multithreaded-proxy-server-java.html#post93626
  5. Replies
    13
    Views
    4,050

    Re: Multithreaded Proxy Server java

    Have you started adding the extra println statements to the code so you can work on debugging it?
  6. Replies
    13
    Views
    4,050

    Re: Multithreaded Proxy Server java

    If those 2 lines are all that the code prints out from your program,
    you need to add LOTS more calls to the println method to show where the execution is going and what the values of the variables...
  7. Replies
    13
    Views
    4,050

    Re: Multithreaded Proxy Server java

    Please edit your post and wrap your code with


    <YOUR CODE HERE>

    to get highlighting and preserve formatting.

    Please explain.
    Can you post the contents of the print outs that shows what...
Results 1 to 7 of 7