Dear All,

I have developed a SERVER_CLIENT Application, Where Server will receives data from client and present it on the Server Application. I have done with the 1-server and 1-client. If i want to increase the Client Nos. I'm not able to do it.. When same Client application in compiled second time as second client. The data at server end is not processed or to be clear. Data was not sent from Secone client only. How this can be addressed,
1.either we need to create mulitple sockets.. how this can be done having one-Serverapplication.
2. or Can we create a Server Application where it can accept mutilple "ports" (e.g server->listen(QHostAddress::Any,1234, server->listen(QHostAddress::Any,1235)) connections ? in the server application while checking for Newconnections.