Results 1 to 1 of 1
Hi All,
This problem related to timeout of libcurl.
Description:
While downloading a file from a server (say server A) to an another server (say server B) . So when ...
- 03-24-2009 #1Just Joined!
- Join Date
- Jan 2009
- Posts
- 1
libcurl time out issue
Hi All,
This problem related to timeout of libcurl.
Description:
While downloading a file from a server (say server A) to an another server (say server B) . So when download is in progress if we reboot server A , server B which is in between the download operation dont get any acknowledgement saying operation is stopped or aborted . Server A will display that particular % of when we execute a showOperation status.
The option which i thought is about CURLOPT_TIMEOUT, But this also has its disadvantages like if the download operation takes longer duration than the time specified in curl_easy_opt() with CURL_TIMEOUT as parameter then will abort the operation right.
Any comments on this?
Regards,
Jit


Reply With Quote