curl-library
Re: multithreads or multi interface
Date: Tue, 6 Sep 2005 22:25:49 +0100
Daniel Stenberg wrote:
> On Mon, 5 Sep 2005, Paul Querna wrote:
>
> >If you are using APR, check out Serf:
> >http://svn.webdav.org/repos/projects/serf/trunk
> >
> >It is a very cool little HTTP library built on APR and designed for high
> >volume stuff.
>
> The last time I looked closer at APR, it was more code than curl and
> libcurl put together... So a library built on top of APR can hardly be a
> "little" one! ;-)
Really?
# bzcat curl-7.14.0.tar.bz2 |wc -c
7700480
# zcat apr-0.9.6.tar.gz |wc -c
4904960
# ls -l curl-7.14.0.tar.bz2
-rw-rw-r-- 1 root portage 1920305 May 16 14:00 curl-7.14.0.tar.bz2
# ls -l apr-0.9.6.tar.gz
-rw-rw-r-- 1 root portage 1025231 Mar 3 2005 apr-0.9.6.tar.gz
-- Jamie
Received on 2005-09-06