lp:~ajkavanagh/juju-wait

Owned by Alex Kavanagh
Get this repository:
git clone https://git.launchpad.net/~ajkavanagh/juju-wait
Only Alex Kavanagh can upload to this repository. If you are Alex Kavanagh please log in for upload directions.

Branches

Name Last Modified Last Commit
clean-up-popen-objects-early 2020-09-17 11:17:08 UTC
Ensure Popen object is cleaned-up early to avoid PIPE starvation

Author: Alex Kavanagh
Author Date: 2020-09-17 11:17:08 UTC

Ensure Popen object is cleaned-up early to avoid PIPE starvation

If the run_or_die() function is called very frequently before the
garbage collector has reaped the objects, the process may run out of
resources. Therefore, clean-up the Popen object as soon as possible to
avoid that situation.

11 of 1 result
This repository contains Public information 
Everyone can see this information.

Subscribers