[google-appengine] country code header in bottle app running on google app engine

2012-11-12 Thread khazi
Hi, i'm running bottle app on GAE and i want to capture country code using X-AppEngine-Country. This header seems to be unavailable in bottle requests. Is there any alternate method to get country code? -- You received this message because you are subscribed to the Google Groups Google App

[google-appengine] Re: Taskqueue execution latency up by 1000x

2012-11-12 Thread Marcel Manz
Can someone from Google please respond to this issue? The execution latency issue exists now for more than 48 hours and still no word or alerts about it. Can Google please allocate more human resources in order to communicate better? This is a business oriented service and such lack of

[google-appengine] DotNet client and Java Appengine

2012-11-12 Thread Aswath Satrasala
Hello, I would like to make communication to my java appengine application from a Dotnet client. My appengine application uses standard UserService API on the appengine server for login and authentication purpose. How can a DotNet client authenticate with appengine appID? How can I get some

Re: [google-appengine] Backend performance, compared

2012-11-12 Thread Tom Davis
I can independently verify that the extremely poor (and inconsistent) performance from Backends hasn't improved. A very similar test server (collects stats in memory) on a B8 in its own Application can only handle about ~50 req/sec. I tried hand-delivering the responses to the computers but the

[google-appengine] Google app engine site indexing issue

2012-11-12 Thread Polevi
Hi, I have an issue with indexing my GAE site by Yandex. Almost half a year it can't index the pages. Yeasterday I have got an answer regarding this from Yandex - there are to much sites hosted on IP address 74.125.143.121 (ghs.google.com) and our robots can't manage to index them all !!!) It

[google-appengine] Re: Sending emails from gae using mailgun

2012-11-12 Thread David Hardwick
Do any of these email services offer template based emails, where the marketing department can control the copy with some ${thisIsAVariable} inserts into the copy, and the development team just needs to send over the variables to the email? ExactTarget has this but I was just curious if others

[google-appengine] Re: Taskqueue execution latency up by 1000x

2012-11-12 Thread Dan
The system seems to be returning to normal after 60 hours of 60,000 - 120,000 ms latency in taskqueue execution instead of 60 - 120 ms. I am surprised users were not more vocal about this and no acknowledgement / explanation from Google. Maybe people don't use taskqueues the way I use them -

Re: [google-appengine] Re: Sending emails from gae using mailgun

2012-11-12 Thread Emmanuel Mayssat
I would say mailgun can do that! Since you send the text of the email in the http request. 1 generate the content of that email using a template (jinja2) locally (on gae) and send it to mailgun (or other) ! Simple! Have a look at t = jinja_env.get_template(template) email_content =

[google-appengine] Re: Google app engine site indexing issue

2012-11-12 Thread Polevi
Thanks, it seems as exactly I am looking for. On Monday, November 12, 2012 8:33:51 PM UTC+4, Polevi wrote: Hi, I have an issue with indexing my GAE site by Yandex. Almost half a year it can't index the pages. Yeasterday I have got an answer regarding this from Yandex - there are to much