Hi,

I am making a lot of calls per day to parse html files, and already at
low activity notice that my Incoming Bandwidth quota is just being
eaten away.

After some debugging I noticed that my responses were being received
in plain text, and not gzip as I had expected. After some digging, and
from this thread:
http://groups.google.com/group/google-appengine-java/browse_thread/thread/5c5f2a7e2d2beadc/b0775619b02b27bb?lnk=gst&q=urlfetch+gzip#b0775619b02b27bb
, I found out that GAE does behind the scenes work, and you actually
do receive it as gzip, it is just uncompressed before you get to
handle it yourself, correct?

If this is the case, and it is the gzip'ed bandwidth that is
accumulated to quota, I just can not get it to add up with the rate at
which it is increasing. The pages I hit average 5-8kb gzipped, yet if
I take the quota thus far, and divide by the UrlFetch api call
counter, I am seeing an average of around 22kb.

Anyone have any ideas here? Or run into similar issues?

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine for Java" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.

Reply via email to