K
K
Konstantin2018-10-28 19:10:06
PHP
Konstantin, 2018-10-28 19:10:06

What data bus to use between services?

What data bus to use between services written in php?

Answer the question

In order to leave comments, you need to log in

4 answer(s)
B
Boris Syomov, 2018-10-28
@Junart1

There is no normal statement of the problem in the question. There is no one approach that is good for all cases - there are a lot of options, from http requests, MQ, shared database, to shared memory (shmop), or even files.
It is necessary to take into account what data, in what quantity, with what degree of reliability, must be transmitted. How distributed the system should be, and a lot of other nuances.

S
Sergey, 2018-10-29
@gangstarcj

I would use Ethernet or Type-C

I
Ivan Shumov, 2018-10-28
@inoise

Depends on the specific task and system requirements. Describe the task - get options

G
grinat, 2018-10-28
@grinat

As be standard already https://grpc.io/docs/quickstart/php.html

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question