CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: awri

Search: Search took 0.03 seconds.

  1. Replies
    9
    Views
    4,400

    Re: Multithreading with sockets

    So even though many inputs are incident upon the same port, as long as each client has its own thread, all the messages will get to the server?

    That being said, another question arises that I...
  2. Replies
    9
    Views
    4,400

    Re: Multithreading with sockets

    Well the languages are similar in syntax...Im not asking for corrections, just want to make sure im not crazy and the logic is right.
  3. Replies
    9
    Views
    4,400

    Re: Multithreading with sockets

    Ok ill post the code, that might make it easier...
    Dont be to harsh its not refined or anything, more like smash and grab.


    This would be the client side


    import java.net.*;
    import...
  4. Replies
    9
    Views
    4,400

    Multithreading with sockets

    I was given an assignment to code a simple console based chat program in java with multiple users using threads and sockets. The way I have chosen to implement this is to have the client side...
Results 1 to 4 of 4





Click Here to Expand Forum to Full Width

Featured