M
M
Michael2016-02-22 20:38:04
.NET
Michael, 2016-02-22 20:38:04

How to organize the processing of messages from several servers?

Please let me know if there is any proven solution for this problem.
Given: 1 server that "listens" to 3 other servers, this server can also send requests to all 3 servers that it "listens".
All of these servers have a bunch of different commands that they ask server #1 to run.
Commands can be different, from deleting files, to starting processes and notifying about the work done.
How can you competently, with the possibility of extension, organize work in C #? Will any patterns from GoF help in solving this issue?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
S
Stanislav Makarov, 2016-02-22
@Nipheris

General concept and model: one and two .
Specific implementations and protocols: pure messaging, platform independent: AMQP , ZeroMQ ; also, if we are talking about dotnet, you can try WCF .

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question