Chat freely about anything...

User avatar
By Günter Lintzmeyer
#59731 Hi all
Situation today:
1 Server and 1 Client is still runing very well... :)

but now..

I need 2 (and later on 4 ) Clients ...
(all clients must get the same information from the server..)

please tell me... what is to do within the code
a for the server-Code ?
b for the clients code ?

or can I take the same Code in all the muliple clients

many thanks

Günter
User avatar
By jeffas
#60485 I would not expect to need any changes to the client.
For the server, that depends on how the server has been implemented. You give no details. If only one client connects at one time (and disconnects when it gets a response), then it should all work without changes. If clients remain connected, or they connect very frequently, then the server may not work correctly unless it has been specifically written to do so. Many servers handle multiple simultaneous clients - it is not difficult. But you don't say what server software you are using.