| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | harden attach sponsor process (#14) | Dan Engelbrecht | 2024-03-21 | 1 | -7/+17 |
| | | | | | | - Improvement: Delay exiting due to no sponsor processes by one second to handle race conditions - Improvement: Safer IsProcessRunning check - Improvement: make sure we can RequestApplicationExit safely from any thread | ||||
| * | improved process monitoring behaviour with invalid pids (#16) | Stefan Boberg | 2024-03-21 | 1 | -11/+30 |
| | | |||||
| * | zen run command (#552) | Stefan Boberg | 2023-11-21 | 1 | -2/+59 |
| | | | | | | | | | | | initial version -- this is primarily intended to be used for running stress tests and/or benchmarks example usage: `zen run -n 10 -- zenserver-test` `zen run -n 10 -- zenserver-test --ts=core.assert` run zenserver-test 10 times (testing only the `core.assert` test suite) `zen run --time 600 --basepath=d:\test_dir\test1 -- zenserver-test` keeps spawning new instances for 10 minutes (600 seconds) | ||||
| * | moved process handling code into separate h/cpp (#555) | Stefan Boberg | 2023-11-20 | 1 | -0/+708 |