Hacker News new | ask | show | jobs
by toast0 4480 days ago
Mulithreaded using the pthreads api or something else? Any chance there's code I could take a look at (I'm curious!)
1 comments

I use curl_multi_* functions.
Oh... I don't count curl_multi as multithreaded (because it isn't really threads), but it's very useful, and I definitely use it.