cURL / Mailing Lists / curl-users / Single Mail

curl-users

RE: cURL Performances

From: Guy Chemla <Guy.Chemla_at_allot.com>
Date: Wed, 26 Jun 2002 10:43:31 +0200

Hi Daniel,

Command line for cURL:
curl -o /dev/null http://10.200.1.14/test/test_1/index_[00-99].html

Command line for wget:
wget -O /dev/null -i list
where list is
http://10.200.1.14/test/test_1/index_00.html
   - - -
http://10.200.1.14/test/test_1/index_99.html

The server is Apache 1.3

-----Original Message-----
From: Daniel Stenberg [mailto:daniel_at_haxx.se]
Sent: Tuesday, June 25, 2002 5:22 PM
To: Guy Chemla
Cc: Curl Mailinglist
Subject: Re: cURL Performances

On Tue, 25 Jun 2002, Guy Chemla wrote:

> Question, Am I doing anything wrong? Is there anything I can do to boost
> cURL as to have more instances/BW?

What protocol? What command line did you use? Do you have a -v -i dump of
one
single fetch? (or even better a --trace dump)

I can't some up with any reasonable explanation why curl and wget would
differ in any significant way.

-- 
    Daniel Stenberg -- curl groks URLs -- http://curl.haxx.se/
-------------------------------------------------------
This sf.net email is sponsored by: Jabber Inc.
Don't miss the IM event of the season | Special offer for OSDN members! 
JabConf 2002, Aug. 20-22, Keystone, CO http://www.jabberconf.com/osdn
Received on 2002-06-26