Search:

Type: Posts; User: droyhull

Search: Search took 0.09 seconds.

  1. Replies
    5
    Views
    2,016

    Re: Network communication hangs

    The socket is an auto-flush socket. I also tried explicitly flushing the 'out' object, ( out.flush(); ) but it didn't change anything.
  2. Replies
    5
    Views
    2,016

    Re: Network communication hangs

    Sorry, I wasn't detailed enough in showing how I had created my network socket and the out object. The following code shows this:


    try {
    serverSocket = new...
  3. Replies
    5
    Views
    2,016

    Network communication hangs

    I am writing a program where I am collecting data via a Runtime function as in:


    rt = Runtime.getRuntime();
    String cmd;
    cmd = " vmstat 1 2 ";
    do {
    try {
    proc =...
Results 1 to 3 of 3