Hi Nick,

Could you pls tell me the best place to discuss the issue before adding  an
issue in public issue tracker ?

Deepak

On Mon, Jul 20, 2015 at 11:48 PM, Nick (Cloud Platform Support) <
[email protected]> wrote:

> Hi Deepak,
>
> Google Groups isn't the place to post specific technical issues, as this
> forum is meant more for general discussion of the platform and services.
>
> If you believe you've found an issue with the platform itself - and in
> this case your issue *does *appear to qualify for this description - then
> you should open a public issue tracker
> <http://code.google.com/p/google-appengine/issues/list> issue with enough
> detail to reproduce the issue on our side, or if possible, an attached app
> that can be used to directly observe the behaviour.
>
> Your issue report has a decent amount of information, although providing
> not just snippets of code but a minimal reproducing app is best.
>
> If you would like to open a thread in this forum discussing the platform
> or services in more broad terms, starting a discussion that would be useful
> for other users to join in to, feel free to do so.
>
> Have a great day!
>
> -- Nick
>
> On Monday, July 20, 2015 at 11:11:04 AM UTC-4, Deepak Singh wrote:
>>
>> any help pls.
>>
>> On Mon, Jul 20, 2015 at 1:38 AM, Deepak Singh <[email protected]>
>> wrote:
>>
>>> Hi All,
>>>
>>> I have a hosted application on Google app engine. Running fine. It
>>> serves the response in gZip format.
>>>
>>> It has a high CPU consumption so i am testing it on Managed VM as well.
>>> It runs fine on managed VM but the problem is that the response is not
>>> compressed. I tried few filters including webutilities-0.0.7 but still no
>>> luck.
>>>
>>> response.setContentType("application/x-java-serialized-object");
>>> response.setHeader("Content-Encoding", "gzip");
>>> GZIPOutputStream gos = new GZIPOutputStream(response.getOutputStream());
>>> ObjectOutputStream oos = new ObjectOutputStream(gos);
>>> oos.writeObject(rs);
>>> gos.finish();
>>> oos.flush();
>>> oos.close();
>>>
>>> I am sending a serialised object in compressed form. The above code
>>> works fine on app engine.
>>>
>>> Please help
>>>
>>> --
>>> Deepak Singh
>>>
>>
>>
>>
>> --
>> Deepak Singh
>>
>  --
> You received this message because you are subscribed to the Google Groups
> "Google App Engine" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to [email protected].
> To post to this group, send email to [email protected].
> Visit this group at http://groups.google.com/group/google-appengine.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/google-appengine/4c5c6686-9ccf-41fd-816f-d3b9033cf1db%40googlegroups.com
> <https://groups.google.com/d/msgid/google-appengine/4c5c6686-9ccf-41fd-816f-d3b9033cf1db%40googlegroups.com?utm_medium=email&utm_source=footer>
> .
> For more options, visit https://groups.google.com/d/optout.
>



-- 
Deepak Singh

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/CAF6cnzZKrTxjse%2BBJ_658yhULzw09G0rOCmgQ9ewkN8Hs8VzaA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to