[google-appengine] Re: How do I get all cookies from GAE urlfetch service

2012-10-27 Thread Jeremy Chua
Hi, how did you even get to use CookieManager since its not supported in GAE. Did you create a custom one? I'm using GAE 1.7.3 On Saturday, April 28, 2012 9:31:17 PM UTC+8, pman wrote: ... HTTPRequest httpRequest = new HTTPRequest(new URL(aRemoteServerUrl), HTTPMethod.GET);

[google-appengine] Re: Understanding 'Frontend Instance Hours'

2012-09-24 Thread Jeremy Chua
I had a look at the GAE document for frontend instance but not really know how it works. My application currently only does cron jobs and push queue task. Both uses URL fetch. But all this are still within limits ( 5%). My frontend instance is almost 80%. Correct me if i'm wrong. The quota of