No one has some insight here?

>From observing the headers and content, in both tests and on the local
appengine server, I receive the content as gzip, but as soon as it is
deployed, I am receiving it in plain text. This is really crippling my
application as it is in early use, and I am already seeing 60% of
incoming bandwidth on quota, when it should be around 10-12% if it was
the gzipped bandwidth that was counted towards quota. Am I missing
something here?


On Sep 9, 1:07 am, MrManager <[email protected]> wrote:
> 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/th...
> , 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