[google-appengine] Re: Announcing a credit for App Engine applications with new custom domains

2013-06-15 Thread Jason Collins
An API something like this would be great for what we do: https://code.google.com/p/googleappengine/issues/detail?id=8528 j On Saturday, 15 June 2013 09:45:04 UTC-6, Vinny P wrote: > > On Friday, June 14, 2013 8:57:57 PM UTC-5, Andrew Jessup wrote: > >> We know that many of you simply wish to

Re: [google-appengine] Puzzled by promotion of Go for high performance web serving

2013-06-15 Thread Jeff Schnitzer
I finally have some significant hands-on experience with Go (not on GAE). It's definitely an improvement over C or C++, and seems "about right" for building things you would otherwise write in C or C++. On the other hand, it seems like a poor platform for building large complicated web application

[google-appengine] Re: Hard dead line while running cron .

2013-06-15 Thread Vinny P
On Wednesday, June 12, 2013 7:57:38 AM UTC-5, Pravanjan Niranjan wrote: > Hi Vinny, > Thanks for you response. > > Here we have a serious issue while running the cron . > The url /api/CronBatchMessageController/processBatch.req . > > We are getting error code 500 and the cron is getting fai

Re: [google-appengine] Re: on reading from google drive

2013-06-15 Thread Vinny P
On Friday, June 14, 2013 4:56:23 PM UTC-5, Vivek Kumar wrote: > well I dont think so. I did not say that reading any random users > account. Facebook, twitter does that all the time where you can read the > stream of a user using his accessToken etc. You authenticate the app via > settings to

[google-appengine] Re: Announcing a credit for App Engine applications with new custom domains

2013-06-15 Thread Vinny P
On Friday, June 14, 2013 8:57:57 PM UTC-5, Andrew Jessup wrote: > We know that many of you simply wish to associate your custom domain with > an App Engine application > +1 thanks, had this feature on my Christmas list for some time! - -Vinny P Technology & Media Advisor Chicago

Re: [google-appengine] Python OverflowError with Google App Engine 1.8.1 and web2py

2013-06-15 Thread Takashi Matsuo
Hi Aravindan, Good to hear that! On Fri, Jun 14, 2013 at 5:44 PM, Aravindan Rs wrote: > Thanks Takashi, > > The problem is exactly as you pointed out. I'm using an old version of > web2py where this problem exists. Currently I changed auto_id_policy to > legacy and it works. I will soon move to

[google-appengine] Downloaded logs are incomplete

2013-06-15 Thread Jeff Bull
We have a simple application on Google App Engine. Every day I download the GAE log file for internal tracking purposes. For the last two days the log file has been much, much smaller than is normal. Over the last month it's average over 1 million lines per day. Yesterday it was 2400 lines and

[google-appengine] Puzzled by promotion of Go for high performance web serving

2013-06-15 Thread Tom
I saw the new blog post here promoting Go for "high performance" apps on App Engine http://blog.golang.org/go-and-google-cloud-platform I remember reading about Go with considerable interest when it was announced. The controversial and particularly unique elements of Go's design were justified

[google-appengine] Re: how to use simplejson with GAE

2013-06-15 Thread cameron
- Update for anyone who's going through the same issue. I spent about a half hour of my life looking for the answer here. SimpleJson has been renamed to Json in one of the latest versions. If you don't update to the latest version of simplejson you wouldn't have this problem. So you can revert