Ask HN: How do you wait for events from different processes?

1 points by Siecje ↗ HN

2 comments

[ 3.9 ms ] story [ 19.7 ms ] thread
Could you say more about the problem you're trying to solve?
One process needs another process to be running before it can continue.

For example a webserver needs the database to be ready before starting.