diff options
author | Harmen Stoppels <me@harmenstoppels.nl> | 2024-10-23 15:06:13 +0200 |
---|---|---|
committer | Todd Gamblin <tgamblin@llnl.gov> | 2024-10-25 10:16:44 -0700 |
commit | b63cbe4e6e59595b831803f277c8a49b1e4f9d72 (patch) | |
tree | 17644d57b1b66460fc5335aa5b6a8bc7642ee99d /share | |
parent | ef220daaca8eff90cd2001ff179b8cb37fab0390 (diff) | |
download | spack-b63cbe4e6e59595b831803f277c8a49b1e4f9d72.tar.gz spack-b63cbe4e6e59595b831803f277c8a49b1e4f9d72.tar.bz2 spack-b63cbe4e6e59595b831803f277c8a49b1e4f9d72.tar.xz spack-b63cbe4e6e59595b831803f277c8a49b1e4f9d72.zip |
Replace MultiProcessFd with Connection objects
Connection objects are Python version, platform and multiprocessing
start method independent, so better to use those than a mix of plain
file descriptors and inadequate guesses in the child process whether it
was forked or not.
This also allows us to delete the now redundant MultiProcessFd class,
hopefully making things a bit easier to follow.
Diffstat (limited to 'share')
0 files changed, 0 insertions, 0 deletions