I know that between the threads in the same process, race condition can happen because there are many information explaining about it.
But, I cannot find any information explaining that between processes, race condition can happen.
So, can race condition happen between processes? If so, how can we prevent it?