> -----Original Message-----
> From: Alexander V. Lukyanov [mailto:l...@netis.ru]
> Sent: Thursday, December 12, 2013 2:47 AM
> To: Justin Piszcz
> Cc: lftp-devel@uniyar.ac.ru
> Subject: Re: lftp-pre4.5.0-20131206
> 
> On Wed, Dec 11, 2013 at 06:37:16AM -0500, Justin Piszcz wrote:
> > I am using Debian Testing, I re-compiled without OpenSSL to perform the
> > testing, but a heads up OpenSSL support is broken (see the error below):
> >
> > == COMPARISON: lftp-pre4.5.0.20131211
> >
> > 156505837056 bytes transferred in 194 seconds (770.50M/s)
> >
> > 23.76user 169.16system 3:13.73elapsed 99%CPU (0avgtext+0avgdata
> > 2812maxresident)k
> > 0inputs+0outputs (2major+1201minor)pagefaults 0swaps
> 
> I don't see much of improvement, probably something is wrong. Can you
> please run strace and see if lftp reads data in larger than 65536 buffers?

lftp is still reading 65536 buffers, but not larger than that:

read(4, ">::GetBuffer(int)\0\0\0\0\0\0\0\0\0\0\0__cd"..., 65536) = 65536
read(5, 0x1da1de0, 65536)               = -1 EAGAIN (Resource temporarily
unavailable)
write(6, ">::GetBuffer(int)\0\0\0\0\0\0\0\0\0\0\0__cd"..., 65536) = 65536
read(4, "ArrayList<class UnBCL::Dictionar"..., 65536) = 65536
read(5, 0x1da1de0, 65536)               = -1 EAGAIN (Resource temporarily
unavailable)
write(6, "scrubbed"..., 65536) = 65536
read(4, "scrubbed"..., 65536) = 65536
read(5, scrubbed, 65536)               = -1 EAGAIN (Resource temporarily
unavailable)

$ lftp --version
LFTP | Version pre4.5.0.20131211 | Copyright (c) 1996-2013 Alexander V.
Lukyanov

> 
> 
> > In file included from ../lib/md5.h:66:0,
> >                  from FileAccess.cc:1120:
> > ../lib/gl_openssl.h: In function 'void* md5_finish_ctx(md5_ctx*,
void*)':
> > ../lib/gl_openssl.h:94:44: error: invalid conversion from 'void*' to
> > 'unsigned char*' [-fpermissive]
> >  { OPENSSL_FN (_Final) (res, (_gl_CTX *) ctx); return res; }
> >                                             ^
> 
> Probably it is something new in gnulib. I'll try to fix it.
Ok-- thanks.

> 
> --
>    Alexander.

_______________________________________________
lftp-devel mailing list
lftp-devel@uniyar.ac.ru
http://univ.uniyar.ac.ru/mailman/listinfo/lftp-devel

Reply via email to