N
N.Naeem
Hi all
I am a newbie to VB.NET hence I would like some help or pointers as to a way of developing the following:
A server which listens on a particular port for incoming client connection.
Upon receiving a connection the server starts to process data for that client and sends it back. In terms of data it will be a connection to Oracle, but for the purpose of this post it can be anything I.e. send 1000 numbers back etc.
Now
I would like multiple connections and multiple processes to begin for eg
CLIENT 1 connects the server starts of the data preparation for CLIENT 1
CLIENT 2 Connects the server starts of the data preparation for CLIENT 2
While the data is being prepared for CLIENT 2 CLIENT 1 data is ready and is being sent to CLIENT 1.
CLIENT 3 connects and data preparation starts for CLIENT 3 etc etc
I would like this things to happen simultaneously and not parallel.
hope it is clear
I would appreciate any help
TIA
N
I am a newbie to VB.NET hence I would like some help or pointers as to a way of developing the following:
A server which listens on a particular port for incoming client connection.
Upon receiving a connection the server starts to process data for that client and sends it back. In terms of data it will be a connection to Oracle, but for the purpose of this post it can be anything I.e. send 1000 numbers back etc.
Now
I would like multiple connections and multiple processes to begin for eg
CLIENT 1 connects the server starts of the data preparation for CLIENT 1
CLIENT 2 Connects the server starts of the data preparation for CLIENT 2
While the data is being prepared for CLIENT 2 CLIENT 1 data is ready and is being sent to CLIENT 1.
CLIENT 3 connects and data preparation starts for CLIENT 3 etc etc
I would like this things to happen simultaneously and not parallel.
hope it is clear
I would appreciate any help
TIA
N