Relative Content

Tag Archive for client

How to handle a large amount of authenticated clients

I currently have made a multithreaded server in c++ for windows, where each connected client gets a thread to themselves which stays running until the client’s socket is closed.
When a client connects, they can run commands (fetch motd, get current version of the client) or can login to get access to other commands (fetch user information, download files, etc).

How to handle a large amount of authenticated clients

I currently have made a multithreaded server in c++ for windows, where each connected client gets a thread to themselves which stays running until the client’s socket is closed.
When a client connects, they can run commands (fetch motd, get current version of the client) or can login to get access to other commands (fetch user information, download files, etc).

How to handle a large amount of authenticated clients

I currently have made a multithreaded server in c++ for windows, where each connected client gets a thread to themselves which stays running until the client’s socket is closed.
When a client connects, they can run commands (fetch motd, get current version of the client) or can login to get access to other commands (fetch user information, download files, etc).

Custom mobile app and custom server app [duplicate]

This question already has answers here: What is the proper way to do REST? (2 answers) Closed 9 years ago. I have this little bit simple and general question. Let’s say I build an android app which requires an online server to communicate with. The thing is that I want to make the communication on […]

Custom mobile app and custom server app [duplicate]

This question already has answers here: What is the proper way to do REST? (2 answers) Closed 9 years ago. I have this little bit simple and general question. Let’s say I build an android app which requires an online server to communicate with. The thing is that I want to make the communication on […]

Custom mobile app and custom server app [duplicate]

This question already has answers here: What is the proper way to do REST? (2 answers) Closed 9 years ago. I have this little bit simple and general question. Let’s say I build an android app which requires an online server to communicate with. The thing is that I want to make the communication on […]

Custom mobile app and custom server app [duplicate]

This question already has answers here: What is the proper way to do REST? (2 answers) Closed 9 years ago. I have this little bit simple and general question. Let’s say I build an android app which requires an online server to communicate with. The thing is that I want to make the communication on […]

Custom mobile app and custom server app [duplicate]

This question already has answers here: What is the proper way to do REST? (2 answers) Closed 9 years ago. I have this little bit simple and general question. Let’s say I build an android app which requires an online server to communicate with. The thing is that I want to make the communication on […]