summaryrefslogtreecommitdiffhomepage
path: root/test/test_python_procman.py (follow)
AgeCommit message (Collapse)AuthorFilesLines
2018-02-26Tests: more configuration tests.Andrey Zelenkov1-0/+16
2018-02-20Tests: reworked python tests with application.Andrey Zelenkov1-32/+4
2018-02-14Tests: removed unused code in unit.py.Andrey Zelenkov1-5/+2
2018-02-06Fixed configuration checks for "max" property.Andrey Zelenkov1-0/+5
2018-02-06Tests: more tests for processes.Andrey Zelenkov1-0/+93
2018-02-06Tests: changed process counting in test_python_procman.py.Andrey Zelenkov1-119/+71
2018-02-06Tests: minor fixes in test_python_procman.py.Andrey Zelenkov1-59/+35
2018-02-05Tests: adjusted check_version()'s.Andrey Zelenkov1-1/+1
2018-01-29Introducing extended app process management.Max Romanov1-0/+237
- Pre-fork 'processes.spare' application processes; - fork more processes to keep 'processes.spare' idle processes; - fork on-demand up to 'processes.max' count; - scale down idle application processes above 'processes.spare' after 'processes.idle_timeout'; - number of concurrently started application processes also limited by 'processes.spare' (or 1, if spare is 0).