F
F
fatalick2017-04-20 10:22:14
System administration
fatalick, 2017-04-20 10:22:14

Error: One application instance is already running. How to organize parallel work of applications?

Actually, the question posed can be solved by launching virtual machines, each of which runs one instance of the application. This is a very resource intensive solution. We need something more lightweight, that is, running with the minimum environment required for the software.
Tell me which way to dig. Docker? Or is it not from that area at all?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
D
Dmitry, 2017-04-20
@plin2s

If we discuss this problem in the abstract, then Docker is quite suitable for these purposes. Overhead is very small.
Or rewrite / design the application with the ability to run multiple copies with different environments.

A
Alexander, 2017-04-20
@Adorne

Everything related to containerization.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question