Search:

Type: Posts; User: treshr

Search: Search took 0.12 seconds.

  1. Replies
    11
    Views
    1,829

    Re: Second command to socket doesn't get through

    Here is the code for the Client class:


    import java.net.*;
    import java.io.*;

    import sun.nio.cs.ext.ISCII91;

    public class Client {
  2. Replies
    11
    Views
    1,829

    Re: Second command to socket doesn't get through

    It can be done with a simple workstation. That's where I do my testing on.
  3. Replies
    11
    Views
    1,829

    Re: Second command to socket doesn't get through

    I have a JSP page and clien class which interact with eachother.
    You can start the JANEServer class which creates a serversocket on port 20000 on the localhost.
    The JANEServer is included in the...
  4. Replies
    11
    Views
    1,829

    Re: Second command to socket doesn't get through

    I don't have a clue where the problem exists and I've tried several println statements.
    As soon as the first command to start the cpu utilization has started no other command can come through.
  5. Replies
    11
    Views
    1,829

    Second command to socket doesn't get through

    Hi there,

    My application works as a client/server architecture where I send commands to a server through sockets which are then initialized and executed to a Server class and finally a CPU class....
Results 1 to 5 of 5