| |
|
|
|
cURL Mailing List Monthly Index Single Mail
curl-users Mailing List Archives
Re: Problem in curl_multi_perform while storing html content into Mysql database
From: Hemachandran <hemachan83_at_gmail.com>
Date: Mon, 24 Aug 2009 09:45:07 +0530
Hi,
Thanks for your early reply, when i'm using curl_easy_perform() it works
Please help me. I'm awaiting for your reply....
Source code of my program
/*****************************************************************************
#include <curl/curl.h>
int main(void)
CURL *curl1, *curl2;
CURLM *mcurl;
mcurl = curl_multi_init();
curl1 = curl_easy_init();
curl_easy_setopt(curl1, CURLOPT_URL, "http://www.cuil.com");
curl_multi_add_handle(mcurl,curl1);
int still_running = NULL;
do {
curl_multi_cleanup(mcurl);
return 0;
-------------------------------------------------------------------
These mail archives are generated by hypermail. |
Page updated November 12, 2010.
web site info