Hacker News new | ask | show | jobs
by poooogles 3713 days ago
Redis uses fork to save to disk.
1 comments

Does fork on windows actually block parent for a long time, or does it only delay the child? I thought it was the latter, which shouldn't affect Redis. (but I may be wrong)