[google-appengine] Re: Data schema for showing a user 5 random questions they haven't already answered?

2012-01-13 Thread jon
Durham, any time you're facing this kind of problem remember to always include memcache in your solution because datastore operations are expensive. I think the ideal arrangement is like this: 1. Memcache is where you query for data. Think of it as a "database that can die any time". Your app shou

[google-appengine] Amazon Route53

2012-01-13 Thread Brandon Wirtz
Just a quick not for those looking for every last performance increase. We found that Moving from GoDaddy/WildWest Domains DNS to Amazon's Route 53 knocked 75ms off of our DNS look up (112 ms down to 27ms) That may not seem like much but most our pages load in under a second so it is 7% Also w

[google-appengine] Re: Why are several production issues related to DeadlineExceededErrors being ignored?

2012-01-13 Thread GAEfan
+1 -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send email to google-appengine@googlegroups.com. To unsubscribe from this group, send email to google-appengine+unsubscr...@googlegroups.com. For more options, visit

[google-appengine] Announcing - Java Threads Trusted Tester program

2012-01-13 Thread Ikai Lan (Google)
Hey everyone, We're announcing a new trusted tester program for Java developers: Java threads. This is a feature we’d like to release sometime in one of the next upcoming versions. You’d be able to create Threads using a ThreadFactory (so existing libraries that create threads through other means

[google-appengine] Cloud Jobs

2012-01-13 Thread Brandon Wirtz
For those of you who are looking. Today was apparently international cold call to start filling positions for Q1 day, as my phone rang off the hook. Amazon has according to the recruiter I spoke to 20 positions in Cloud Front and about 30 more in other Cloud products. Microsoft is hiring 3 tec

[google-appengine] How to defend against deployment-specific production bugs

2012-01-13 Thread Carter
Is there a way to deploy Task Queue definitions separately from the deployment of the whole application? We plan to start alternating app versions with each and every deployment as a way to defend against deployment-specific bugs. However, we have both Python and Java verions of our overall system

RE: [google-appengine] Adaptive Images

2012-01-13 Thread Brandon Wirtz
The image serving in GAE will resize and serve based on the URL. So yes can do what you are describing. I don't know of an implementation that has been done. From: google-appengine@googlegroups.com [mailto:google-appengine@googlegroups.com] On Behalf Of John M. Sent: Friday, January 13, 201

[google-appengine] Re: Question about pushing messages to native apps

2012-01-13 Thread Simon Knott
Hi, I know that a few people have mentioned using PubNub for broadcasting events to multiple users, although I've no idea what the latency is like for it. Cheers, Simon -- You received this message because you are subscribed to the Google Groups "Google App Engine" gro

[google-appengine] Re: Handling GAE BlobStore Exception via webapp2 handler

2012-01-13 Thread Renzo Nuccitelli
One possible way to do that is uploading your image through AJAX and handling the error on client, once you your BlobstoreHandler is called just when uploading is sucessfully. Renzo Nuccitelli On 12 jan, 17:24, mozart27 wrote: > I have been banging my head around on this issue for a bit and ha

[google-appengine] SMS Verification Issue

2012-01-13 Thread Edward C
Hi, I have some serious problem getting my verification issue. I never receive my SMS verification number and try to fill out the sms issues form. I've waited for almost 2 business day. Can someone help me out? Thanks. Ed -- You received this message because you are subscribed to the Google

[google-appengine] Persistence Error

2012-01-13 Thread Victor Emanuel
I have a class: @PersistenceCapable public class X{ @Persistent @Order(extensions = @Extension(vendorName = "datanucleus", key = "list-ordering", value = "date desc")) private List list; @Persistent private Float value; } When I try to make:

[google-appengine] Question about pushing messages to native apps

2012-01-13 Thread Christoph Grossegger
Hi everyone, since this is my first post, i wanted to say "Hi!" to everyone reading these forums and thank you to everyone who is participating in the discussions. Now to the reason i'm writing. I'm currently working on a mobile game for iOS and android (and maybe more …) which requires som

[google-appengine] Resending Post:

2012-01-13 Thread Pasquale Gervasi
Hi Moderators, I'm a new member and forgot to send myself a copy by checking the box. I aplogize for the inconevenience this may cause. Original Post(recreated) Hi GAE Java Gurus! I'm trying to httprespond to a httprequest with a signed MimeMessage which has the following content-type: content-

[google-appengine] OAuth access to cpanel reporting data source URL from GAE cron job

2012-01-13 Thread Jason Grant
Hello, As described in [1], it's possible to pull usage domain report data using URLs of the form [2]. I have written an app that stores this data, and it works fine if I run it manually and log into my domain admin account. I need GAE cron to run this app for me. In this case, when accessin

[google-appengine] Content-type won't change when deployed

2012-01-13 Thread PG
Hi GAE Gurus, I'm trying to create a HTTPServletResponse with a content-type: multipart/signed; protocol="application/pkcs7-signature"; micalg=sha1 One of the filters on a filterchain creates a GenericResponseWrapper and passes the wrapper to the target FrontController. In devmod the response is

[google-appengine] Adaptive Images

2012-01-13 Thread John M.
Hi everyone. Probably you've heard about the buzz going around mobile web nowadays. Looking through i found a interesting technique, it's about setting a cookie to user, which represents it's screen size(and maybe resolution), and then based on that to send him images with size appropriate to h

[google-appengine] hidden appengine alerts

2012-01-13 Thread Felippe Bueno
Hello all, Anyone here is subscribed to http://code.google.com/status/appengine rss feed ? It's common to me to get messages like: (title unknown) by appengine.noreply 2012-01-13T02:13:23Z 2012-01-13T02:13:23Z Online Investigation Complete - This alert

[google-appengine] Re: Why are several production issues related to DeadlineExceededErrors being ignored?

2012-01-13 Thread Olivier
+1 On Jan 13, 11:21 am, Karl Rosaen wrote: > We've been hit by random DeadlineExceededErrors in the past 36 hours, so I > filed a production > ticket:http://code.google.com/p/googleappengine/issues/detail?id=6729 > > it's disconcerting to see that several similar issues have been left > ignored

Re: [google-appengine] Emails sent by Appengine Java marked as SPAM in GMAIL

2012-01-13 Thread Aleem Mawani
Yup the same content is getting through when using the appspotmail address. It seems that just the from address/domain is what causing the issue. If this can't be solved, is there any way to alias mailfoogae to streak so that I can send emails as notificati...@streak.appspotmail.com? On Fri, Jan

Re: [google-appengine] Emails sent by Appengine Java marked as SPAM in GMAIL

2012-01-13 Thread Ikai Lan (Google)
Thanks for replying. I don't have an answer for this, and it really sucks to get flagged as a false positive if you aren't sending spam. My suggestion is to try some other addresses, given that the email went through via the @appspotmail address, it was likely not the content that got it flagged a

Re: [google-appengine] Emails sent by Appengine Java marked as SPAM in GMAIL

2012-01-13 Thread aloo
notificati...@streak.com -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To view this discussion on the web visit https://groups.google.com/d/msg/google-appengine/-/wl2fPe6nfyQJ. To post to this group, send email to google-appengine@google

Re: [google-appengine] Emails sent by Appengine Java marked as SPAM in GMAIL

2012-01-13 Thread Ikai Lan (Google)
What email address did you use? -- Ikai Lan Developer Programs Engineer, Google App Engine plus.ikailan.com | twitter.com/ikai On Fri, Jan 13, 2012 at 7:17 AM, aloo wrote: > I'm trying to send notification emails to the users of my appengine > application. Gmail is marking all of the emails a

[google-appengine] Re: Recurring DeadlineExceededError when loading instances..

2012-01-13 Thread Karl Rosaen
our app is seeing this problem too. we are on the master/slave datastore. I think it's unacceptable to allow master/slave to perform this poorly; I hope the app engine team will still fully support issues with the master/slave. I know migrating to the HR datastore is the right thing to do, bu

[google-appengine] Why are several production issues related to DeadlineExceededErrors being ignored?

2012-01-13 Thread Karl Rosaen
We've been hit by random DeadlineExceededErrors in the past 36 hours, so I filed a production ticket: http://code.google.com/p/googleappengine/issues/detail?id=6729 it's disconcerting to see that several similar issues have been left ignored over the past few weeks: http://code.google.com/p/goo

[google-appengine] Re: AppEngine Billing History Not updating

2012-01-13 Thread Stacy (Google)
The billing reports for 1/10 and 1/11 were slightly delayed, they are now available. Stacy -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To view this discussion on the web visit https://groups.google.com/d/msg/google-appengine/-/Aj7UgN

[google-appengine] Emails sent by Appengine Java marked as SPAM in GMAIL

2012-01-13 Thread aloo
I'm trying to send notification emails to the users of my appengine application. Gmail is marking all of the emails as Spam. Here's what I'm doing: - using high level javamail API in appengine - setting the from address to be an administrator of the appengine account (say f...@exampl

Re: [google-appengine] ChannelAPI and different versions

2012-01-13 Thread Andrin von Rechenberg
For anyone who is interested in this topic: http://code.google.com/p/googleappengine/issues/detail?id=6726 Any stars are welcome. Cheers, -Andrin On Mon, Jan 9, 2012 at 5:18 PM, Andrin von Rechenberg wrote: > unfortunately what you're saying is not correct. > I can not send messages using the c

Re: [google-appengine] Rising cloud opportunities - zend survey

2012-01-13 Thread Andrin von Rechenberg
Don't forget that there is Google Sites, a Google made CMS. Yes it's limited, but maybe that why they haven't launched a GAE CMS yet. Cheers, -A On Thu, Jan 12, 2012 at 2:04 PM, Brandon Wirtz wrote: > The problem with the templates is that Many of them use custom calls, and > custom PHP. (all o

[google-appengine] Re: hi, googlers, I really admire you, for you still haven't removed the spammer messages.

2012-01-13 Thread Tapir
do you care this problem, googlers? On Jan 11, 8:01 pm, Tapir wrote: > Almost 2 > months.http://groups.google.com/group/google-appengine/browse_thread/thread/... > > btw, is there a group for "Google Group"? -- You received this message because you are subscribed to the Google Groups "Google