cURL / Mailing Lists / curl-and-php / Single Mail

curl-and-php

Re: does curl_multi fit for my app?

From: James liu <liuping.james_at_gmail.com>
Date: Fri, 15 Jun 2007 13:29:18 +0800

now i test PHP/CURL,,and get html from 46 servers.(they all in internat
network)

i find it will use 0.29 s.

So i think it is slow.

2007/6/14, James liu <liuping.james_at_gmail.com>:
>
>
>
> 2007/6/11, Daniel Stenberg <daniel_at_haxx.se>:
> >
> > On Mon, 11 Jun 2007, James liu wrote:
> >
> > > Now i use curl-7.16.1.tar.bz2 .
> >
> > I don't think we fixed any major performance wise flaws since then, at
> > least
> > not for the regular curl_multi_perform() case. Of course you should
> > probably
> > make sure your libcurl is built with c-ares to get the transfers done
> > slightly
> > nicer as then you overcome the name resolving phase the best possible
> > way (in
> > my view of course).
>
>
> i use php curl module which compiled.
>
>
> > Can u tell me where i find detail about curl's performance?
> >
> > In the code, by writing test applications or by discussing it with
> > fellow
> > libcurl hackers on the curl-library mailing list.
> >
> > Do note that I here speak of libcurl as in the actual library doing the
> > transfers. curl is the command line tool, PHP/CURL is the PHP binding
> > for
> > libcurl.
>
>
> my code like this: http://curl.haxx.se/libcurl/php/examples/multi.html
>
> just site not like examples.
>
> i use it to get data from localhost. it will use 0.04s,,,and data is very
> small.
>
> no net waste time, no big data need time, why it use much time .
>
> i don't know.
>
>
> i know the difference between CURL AND PHP/CURL.
>
> but i don't know where can get my wanted answer.
>
>
>
> There are many users who use libcurl to do several hundreds (and even
> > thousands) of simultanoues transfers.
> >
> > --
> > Commercial curl and libcurl Technical Support:
> > http://haxx.se/curl.html
> > _______________________________________________
> > http://cool.haxx.se/cgi-bin/mailman/listinfo/curl-and-php
> >
>
>
>
> --
> regards
> jl

-- 
regards
jl

_______________________________________________
http://cool.haxx.se/cgi-bin/mailman/listinfo/curl-and-php
Received on 2007-06-15