Threads

2016-05-02 Thread vino via Digitalmars-d
Hi All, I am a newbie for D programming and need some help, I am trying to write a program using the example given in the book The "D Programming Language" written by "Andrei Alexandrescu" with few changes such as the example program read the input from stdin and prints the data to stdout, b

Communication between 2 Socket listener on 2 different port with one program and server.

2016-10-11 Thread vino via Digitalmars-d
Hi All, Need your help, on the below request. Requirement: Server: 2 socket listening to 2 different ports with one main program Socket1 Port1 (Used for receiving user request(user data)) Socket2 Port2 (Used for system request(system data)) User request arrives via Socket1:Por