Hi
I have implemented my own client that uses multiple handles to enable
concurrency and pipelining for a list of file transfers. However I want to
make it thread-safe. I am guessing when I use multiple threads done_cb and
pipeline_cb functions are the reason that makes it unsafe when I call it by
using multiple threads. How should I do this? Is there any example of that?


Thanks
Esma

Reply via email to