F
F
FX-Mercury2015-10-12 16:56:04
Delphi
FX-Mercury, 2015-10-12 16:56:04

How can you implement such a mechanism, in which direction to go, to read books?

There is a program ( Further - the client ) which will be connected to other program ( Further - the server ) by means of TSocketConnection. You need to implement a server for this client. The client will call functions from the server. That is, the server must be like OLE, but you need to connect to it via IP using TSocketConnection.
Give advice))
ps: I'm still confused with the terms com, ole.

Answer the question

In order to leave comments, you need to log in

3 answer(s)
Z
zed, 2015-10-12
@zedxxx

Take Apache Thrift .

V
Vladimir Martyanov, 2015-10-12
@vilgeforce

Take and implement. The server receives the command and executes it.

E
Egor, 2015-10-23
Chuperka @ychuperka

Are you sure that you need to use a socket and want to cycle some other protocol?
Now such things are done on the RESTful API, and this is usually HTTP + JSON.
If you need to make your own, then Apache Thrift was advised above.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question