Re: [google-appengine] Re: Caching certain pages for long periods

2013-07-01 Thread Rafael
they don't support the Vary header. :) On Sun, Jun 30, 2013 at 3:18 PM, Barry Hunter wrote: > > > > On Sun, Jun 30, 2013 at 9:08 PM, Rafael wrote: > >> This is a very common problem for me. >> >> I was super used to varnish on normal servers. With appengine it's very >> hard because the page wi

Re: [google-appengine] email quota after migration

2013-07-01 Thread Takashi Matsuo
Hi John, I'll talk with you off the list. -- Takashi On Mon, Jul 1, 2013 at 8:42 PM, johnP wrote: > So am ready to finalize a switch from MS to HR and... My email quota > remains @ 100. That will harm my customer base. > > I tried to reset the quota by making an early payment, but that did

[google-appengine] email quota after migration

2013-07-01 Thread johnP
So am ready to finalize a switch from MS to HR and... My email quota remains @ 100. That will harm my customer base. I tried to reset the quota by making an early payment, but that did not have a result. I submitted two 'change quota' requests, and have not received a response. So, Google

[google-appengine] Re: Search API questions for app engine team

2013-07-01 Thread Kaan Soral
250gb is really funny, the reason I use appengine (and probably other people's main reason too) is that it allows an app to grow out of boundaries you can buy dedicated machine(s) that will beat the 250gb indexed search limitation pretty easily, many people were using simple lucene etc based se

[google-appengine] Re: Search API questions for app engine team

2013-07-01 Thread David Hardwick
Can this limit be segmented by namespaces? So you can have one search index for namespaceA and then another for namespaceB? (each maxing out at 250GB during the GA period) On Sunday, June 30, 2013 8:19:52 PM UTC-4, Mahron wrote: > > This limit will be a problem down the road if it can not be l

Re: [google-appengine] Re: Caching certain pages for long periods

2013-07-01 Thread Barry Hunter
On Mon, Jul 1, 2013 at 7:02 PM, Phil McDonnell wrote: > In implementing PageSpeed I saw my overall reads go way up (~double), > which from a cost perspective is counter productive for me. Graph attached. > Does it make sense that we're seeing less caching with PageSpeed service > enabled? I will s

Re: [google-appengine] How to upload files to blobstore programmatically , without form.

2013-07-01 Thread Vinny P
On Mon, Jul 1, 2013 at 6:40 AM, wrote: > Hi ! i want to upload many files to GAE blob store but i want to do that > programmatically , instead of using the form and browsing the file . for > example uploading all files in a particular folder to the GAE blobstore. > Is there any method to do so ?

Re: [google-appengine] email quota problems

2013-07-01 Thread Vinny P
On Sun, Jun 30, 2013 at 10:00 AM, Hinnack wrote: > I am hitting the 100 limit of the email quota, although I only mail errors > to the admin account of my app (by using a django app) > But Admin Emailed stays always 0. > > Are you using the built-in functions for sending mail to admins, or are y

[google-appengine] Re: Can not uploading wordpress to google app engine, please help me ?

2013-07-01 Thread support
Thanks for reply thread. Source wordpress download at wordpress.org and I edit file wp-config.php => source encoding not error. I has read document setup wordpress but uploading is error. Code app.yaml file application: x version: wp runtime: php api_version: 1 handlers: - url: /(.*\.(

[google-appengine] How to upload files to blobstore programmatically , without form.

2013-07-01 Thread omair . shamshir
Hi ! i want to upload many files to GAE blob store but i want to do that programmatically , instead of using the form and browsing the file . for example uploading all files in a particular folder to the GAE blobstore. Is there any method to do so ? -- You received this message because you are

[google-appengine] email quota problems

2013-07-01 Thread Hinnack
Hi, I am hitting the 100 limit of the email quota, although I only mail errors to the admin account of my app (by using a django app) But Admin Emailed stays always 0. regards Hinack p.s. Sorry, if I should have double posted - but using the website interface, I didi not see mail mail going thr

[google-appengine] email quota exceeded

2013-07-01 Thread Hinnack
Hi, I am hitting the 100 limit of the email quota, although I only mail errors to the admin account of my app (django app) But Admin Emailed stays always 0. regards Hinack -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe f

[google-appengine] getting quota exceptions "Datastore Read Operations" although only 91% used

2013-07-01 Thread Hinnack
Hi, I am getting: "OverQuotaError: The API call datastore_v3.RunQuery() required more quota than is available." Erros, although the quota list says, I used 91% so far (but says "limited", too) I wonder, how could this happen anyway. The only request, that is done, is a task every 15 min. regar

[google-appengine] Re: Process warnings

2013-07-01 Thread billni
I encounter same problem, I dont find the solve way. -- 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 google-appengine+unsubscr...@googlegroups.com. To pos

[google-appengine] Re: NameError: global name 'MainPage' is not defined

2013-07-01 Thread 孙继祖
Thank you! I'm new to Python, and sometimes forget the importance of indentation. Your kindly reminding really helped me. On Friday, April 18, 2008 3:52:03 AM UTC+8, Daniel O'Brien (Google) wrote: > > Either Groups garbled your source, or your indentation is off. That > might explain some of the

Re: [google-appengine] Re: dynamic image creation on app engine python

2013-07-01 Thread JR
You can use cStringIO to create an in-memory file handle, save to it from PIL as normal, then store the contents of getvalue() in datastore. I just completed a project that uses this method, and it works pretty well. Side note, I've been storing the file base64 encoded as well, but I don't know

Re: [google-appengine] is there an open source for Appcfg.cmd

2013-07-01 Thread Stefano Ciccarelli
The parameter is --passin. 2013/6/29 Eman Hossny > what is this parameter? is there an equivalent parameter of it in > appcfg.cmd? > > On Sat, Jun 29, 2013 at 4:07 PM, Stefano Ciccarelli > wrote: > >> appcfg.sh has a parameter to provide a password via standard input. >> >> Il giorno sabato 2

Re: [google-appengine] is there an open source for Appcfg.cmd

2013-07-01 Thread Eman Hossny
ok, many thanks to all persons who replied to me. On Sat, Jun 29, 2013 at 6:08 PM, Ludovic Champenois wrote: > On 6/29/13 7:14 AM, Eman Hossny wrote: > > what is this parameter? is there an equivalent parameter of it in > appcfg.cmd? > > Passing passwords in flags for command line tools is not

Re: [google-appengine] "GWT module <...> may need to be (re)complied" - only on GAE Cloud?

2013-07-01 Thread Vinny P
On Sat, Jun 29, 2013 at 7:38 AM, wrote: > I have a project that works fine on my local tomcat, as well as deployed > locally as GAE version. > But when I push it to the cloud, I'm constantly getting: > > "GWT module <...> may need to be (re)complied" > > What might be the problem here? The appeng