Hacker News new | ask | show | jobs
by ape4 4442 days ago
Why does he need so much pseudorandomness. And why use /dev/urandom directly. Maybe using the random library from the programming environment would make more sense.
1 comments

Simply initializing a curl handle causes the /dev/urandom read -- so a large number of parallel curl requests easily triggers this issue.
Thanks for the reply.