Y
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
frankfarmer
4442 days ago
Simply initializing a curl handle causes the /dev/urandom read -- so a large number of parallel curl requests easily triggers this issue.
link
ape4
4442 days ago
Thanks for the reply.
link