I am trying to understand the function timer_cb in
https://curl.haxx.se/libcurl/c/ephiperfifo.html

This is because my web crawler uses this function and the read() call seems
to be causing problems with my web crawler.

What is the read() call for?

It has been suggested to me elsewhere that I could use select instead. Is
that right?

What would the behaviour of the program be if the read call was simply
taken out? It's return value isn't used later in the function.

James Read
-------------------------------------------------------------------
Unsubscribe: https://cool.haxx.se/list/listinfo/curl-library
Etiquette:   https://curl.haxx.se/mail/etiquette.html

Reply via email to