// CASE STUDY
Backtraces dumping
Module implementation periodically logging the tracebacks (stack positions) of other running threads.
- Year
- 2020
- Dev team
- 2 eng.
- Users
- 100
- Duration
- 3 to 6 months
// 01 Result
Module implementation periodically logging the tracebacks (stack positions) of other running threads.
// 02 Used technologies
- Python
// 03 Challenge
Multithreading environment.
The request was to create an additional thread inside the running process, monitoring and logging activities of all other threads.