A
A
andy3010862016-11-02 19:15:44
Computer networks
andy301086, 2016-11-02 19:15:44

Data processing between servers?

Cheers to everyone. Interested in one question and so far googled but did not find the answer. There are 2 separate servers remote from each other. Applications connect to servers via socket. whether it is possible to transfer socket connection thread from one server to another or to fumble it between servers? Thanks

Answer the question

In order to leave comments, you need to log in

3 answer(s)
P
polifill, 2016-11-02
@polifill

Sockets can only be passed within the same operating system.
between different applications.
It's easier to connect 2 sockets.
And make a wrapper that will send to both at once.

1
15432, 2016-11-02
@15432

The server can redirect the data to another server.
The "connection" itself cannot be transmitted. Another option is to tell the client to disconnect and change the server

P
Puma Thailand, 2016-11-03
@opium

connect not via a socket, but to a port, and forward the port where necessary

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question