cURL / Mailing Lists / curl-users / Single Mail

curl-users

Re: Multiple socket connection with server by using LIBCURL

From: Dhiren <simplydhirendra_at_gmail.com>
Date: Wed, 21 Jan 2009 17:09:45 +0530

Is there any other way to do this . or can we use multi interface if we are
using libcurl only for CONNECT and how to use multi interface.
Thanks a lot for reply..

On 1/21/09, Dan Fandrich <dan_at_coneharvesters.com> wrote:
>
> On Wed, Jan 21, 2009 at 11:53:07AM +0530, Dhiren wrote:
> > Please help me how to do with multi connection and do't want to create a
> > multiple objects of CURL.
> > can i use mult interface and how to use it .
> > it's very urgent
>
> What exactly are you asking for? You want to do multiple connections but
> without using multiple curl easy handles? You can certainly do that if
> you don't want more than one connection open at a time--just reuse an
> existing easy handle. If you want more than one connection open at once,
> you'll need more than one easy handle. The multi interface is just about
> irrelevant if you're just using CONNECT_ONLY handles; it will avoid your
> app blocking while the handles are connecting, but that's it.
>
> >>> Dan
> --
> http://www.MoveAnnouncer.com The web change of address
> service
> Let webmasters know that your web site has moved
> -------------------------------------------------------------------
> List admin: http://cool.haxx.se/cgi-bin/mailman/listinfo/curl-users
> FAQ: http://curl.haxx.se/docs/faq.html
> Etiquette: http://curl.haxx.se/mail/etiquette.html
>

-- 
Thanks and Regards
Dhirendra Kumar
Software Engineer
Tera Informatics Pvt. Ltd.
111, SDF - 4, Seepz
Andhari(E) , Mumbai
Mob - 9967462468
           9324917396

-------------------------------------------------------------------
List admin: http://cool.haxx.se/cgi-bin/mailman/listinfo/curl-users
FAQ: http://curl.haxx.se/docs/faq.html
Etiquette: http://curl.haxx.se/mail/etiquette.html
Received on 2009-01-21