Hacker Times
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
bch
on April 18, 2014
|
parent
|
context
|
favorite
| on:
Linux /dev/urandom and concurrency
curl_global_init() really ought to be called on module load, before any (eg)
set handle = curl::new
is presented to a module user. And ea.
curl::new
call out to
curl_easy_init()
, will bypass global init again w/ this first line of code:
if(initialized++) return CURLE_OK;
Correct?
Consider applying for YC's Summer 2026 batch! Applications are open till May 4
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search: