Run configuration - run multiple lock scripts

I want to run, say, 4 different server scripts from four different script files.

I tried to configure the launch configuration as follows:

enter image description here

However, since the servers are listening in a loop, each of the four programs is blocked.

In the current setup (as shown above) Pycharm starts the first server specified in the "Before starting" section below and stops on it.

Is there a way to run all four server scripts at once using Run Configurations ?

+5
source share

Source: https://habr.com/ru/post/1235501/


All Articles