R
R
Robotex2011-02-01 06:53:54
Mobile development
Robotex, 2011-02-01 06:53:54

Client-server applications. One server, hundreds of clients

Implementing a connection that only has one server and one client is pretty easy. But what to do if there are hundreds (or even thousands) of customers? Moreover, clients can be behind proxy and NAT. Can someone explain?

Answer the question

In order to leave comments, you need to log in

5 answer(s)
S
shadowalone, 2011-02-01
@shadowalone

It is not clear what exactly to explain ...
As an example, study the source code of any such application, such as apache or nginx, fortunately, the source code of a huge number of such applications is open.

I
intr, 2011-02-01
@intr

There is an excellent book: Stevens - unix network application development. Read on select(), fork().

S
Sergey, 2011-02-01
@bondbig

There is such a magic word - socket.

P
Puma Thailand, 2011-02-01
@opium

Well, each client has its own connection via tisipi into it and send data to the client, what are some strange questions you have, can you read the materiel?
In Windows, in my opinion, sockets are formed to connect with the client.

R
Robotex, 2011-02-02
@Robotex

I found what I was looking for www.tezanov.ru/forum/viewtopic.php?f=19&t=183

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question