constellation-rs / constellation

Distributed programming for Rust.
Apache License 2.0
564 stars 24 forks source link

ensure pids are unique #54

Closed alecmocatta closed 4 years ago

alecmocatta commented 4 years ago

Long running processes can have issues with Pids being reused.

This PR inserts 128 bits of random data into Pids to ensure they are actually unique.