F
F
f1nef1ne2020-06-09 18:43:22
Amazon Web Services
f1nef1ne, 2020-06-09 18:43:22

Is it possible to run multiple applications in isolation?

Hello! There is an application which according to the schedule launches certain processes. If the process did not have time to execute before the start of a new one, then a new one becomes queued. In the end, such mechanics does not fit, and the idea arose of simultaneously launching such processes on separate "servers" with their own resources, in isolation. Is it possible to make these isolated applications run programmatically, for example by sending an API request to run a specific process in a dedicated environment?

Answer the question

In order to leave comments, you need to log in

3 answer(s)
I
Ivan Shumov, 2020-06-09
@inoise

a million such options how to do it, how exactly - depends on the product and its goals. AWS is not the only option

M
Maksim Tsisar, 2020-06-09
@MaksTR

Maybe Docker
https://habr.com/ru/post/353238/
https://habr.com/ru/company/ruvds/blog/438796/

M
mayton2019, 2020-06-09
@mayton2019

You're right about a million.
But confuses 1) Node.JS hash tag. This framework was architecturally single-process. Perhaps here the author solves a problem that is actually solved differently. 2) The "dedicated environment" is not clear. What is it? Another process in the current OS? Another process in LXC/Docker containers? Virtual process? Process in another EC2 ?

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question