help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

slow urlwrite


From: GAIL
Subject: slow urlwrite
Date: Thu, 11 Oct 2007 18:37:15 +0200
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.0.7) Gecko/20060918 Thunderbird/1.5.0.7 Mnenhy/0.7.4.666

urlwrite is more than 10 times slower than, e.g., wget:

octave:1> tic ; urlwrite ("ftp://ftp.octave.org/pub/octave/README";, 
"README.txt"); t0 = toc ;
ftp://ftp.octave.org/pub/octave/README: 100.0 %
octave:2> tic ; system("wget -q ftp://ftp.octave.org/pub/octave/README";) ; t1 = 
toc ;
octave:3> disp([t0 t1]) ; 191.1800 1.7532

I wonder why. My system is
----------------------------------------------------------------------
GNU Octave Version 2.9.14
GNU Octave License: GNU General Public License
Operating System: Linux 2.4.18-nec3.4p1.045 #1 SMP Mon Apr 9 16:57:17 JST 2007 
ia64
----------------------------------------------------------------------

and I'm using libcurl.so.4.

G.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]