It looks like there might be a bug in SharpReader where it never closes the HTTP connections. I did
a netstat just now and noticed a bunch of "ESTABLISHED" connections to various servers via
the HTTP
port. As I looked at the DNS for the connections, I recognized some of them
as blogs I frequent. So, I re-ran netstat with the -o
option and sure enough, the PID was that of SharpReader. I guess maybe this explains why it's
so fast at refreshing, but I'm sure the owners of those servers don't appreciate the connection
being left open.
NOTE: As I finished writing this post (a couple minutes
after starting) all the connections are still ESTABLISHED and there's no current activity in
SharpReader.