curl-and-python

Re: Tricks to optimizing PUT performance?

From: Daniel Stenberg <daniel_at_haxx.se>
Date: Mon, 28 Jan 2013 19:52:16 +0100 (CET)

On Fri, 25 Jan 2013, Mark Seger wrote:

> oops, I have to fall on my sword and say I accidentally profiled my
> non-pycurl upload script and it was the one that spent all that time in
> compression, but only 17% of it's time in crypto. When I uploaded a file
> with pycurl it didn't compress at all (as I originally suspected) but this
> time spend 2/3 of it's time in crypto. Either way, both cases are spending
> a LOT of time in CPU and that just doesn't feel right to me. -mark

Why not? Sending encrypted data over a very high-bandwidth connection should
be a lot of CPU activity.

-- 
  / daniel.haxx.se
_______________________________________________
http://cool.haxx.se/cgi-bin/mailman/listinfo/curl-and-python
Received on 2013-01-28