[google-appengine] Re: Prerelease SDK 1.5.5 available for download!

2011-10-07 Thread MLTrim
Wow, what a release!!! Kudos to the team. Lot of work for Nick Johnson on Stack Overflow after this SDK, all the deadline/timeout answers should be reedited :). Michele [Systempuntoout] http://www.gaecupboard.com -- You received this message because you are subscribed to the Google Groups "G

RE: [google-appengine] X-AppEngine-City

2011-10-07 Thread Brandon Wirtz
If someone tells me how to make money on it I will expose my API for doing Geo-Location by IP. I never assumed anyone would pay anything... So I'm not sure what is in it for me. Also what level of detail do you want? -Original Message- From: google-appengine@googlegroups.com [mailto:g

Re: [google-appengine] X-AppEngine-City

2011-10-07 Thread Krishna Patel
Jeff, I didn't even consider using their Java api. The idea of keeping the data in memory on App Engine is absurd. I'm surprised you thought that might work. I'm following an approach similar to Ikai's in his blog post: http://ikaisays.com/2010/08/11/using-the-app-engine-mapper-for-bulk-data-imp

[google-appengine] Phone number not accepted

2011-10-07 Thread jschlier
My phone number for creating new applications is not accepted. It was accepted 2 years ago. I used the pattern +4917X. A simple error message is shown: There were errors: Mobile Number or Username My carrier is Vodafone Germany. -- You received this message because you are subscribed to

[google-appengine] Re: slow deployments, 500 errors

2011-10-07 Thread Alexandru Farcaş
I forgot to mention that now goes well. I didn't had problems since 4th. On Oct 4, 7:05 pm, Johan Euphrosine wrote: > Please open a production with your application > id:http://code.google.com/p/googleappengine/issues/entry?template=Produc... > > Thanks in advance. > > On Tue, Oct 4, 2011 at 5:4

[google-appengine] Add a user with a Google Apps domain alias

2011-10-07 Thread Pieter Coucke
Hi, How can I send e-mails from my app with the same domain name as my app if the domain name is a Google Apps domain alias? A description of my steps: I want to send e-mails from my app with an e-mail address that is the same as my custom domain name for my app, but I am not able to add the us

[google-appengine] Inbound email quotas?

2011-10-07 Thread nacho
Hi, in http://code.google.com/appengine/docs/quotas.html I can't see wich is the max quota (free or paid) for inbound email. Where can I see which are the max quotas of inbound email? Thanks. -- You received this message because you are subscribed to the Google Groups "Google App Engine" grou

[google-appengine] Re: Add a user with a Google Apps domain alias

2011-10-07 Thread voscausa
It works fine (for me) when you register your custom domain as a google apps domain. I use f.i. nore...@mycustomdomain.com where this address has a Viewer rol in GAE permissions. I think your alias trick does not work, because GAE needs to be sure you are the owner of the custom domain. -- Y

[google-appengine] Re: Inbound email quotas?

2011-10-07 Thread voscausa
I don't think there is a special quota for inbound email, bacause the handler is like a normal request handler. The docs say : Email messages are sent to your app as HTTP POST requests -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To vie

Re: [google-appengine] MySQL on GAE becomes a reality ?

2011-10-07 Thread Jody Belka
Who knows if it'll change later, but for now the docs state... ResourceLimits/QuotasQueries Per Second (QPS)5 QPSMaximum Request Size16 MBMaximum Response Size16 MB Jody On 7 October 2011 00:29, James Broberg wrote: > Very interesting. > > I wonder how many writes/second it can do. > > -James

Re: [google-appengine] MySQL on GAE becomes a reality ?

2011-10-07 Thread Barry Hunter
Note the opening sentence, tho > External requests to Google Cloud SQL instances are subject to the following access limits and quotas. Note that these limits only apply to Google Cloud SQL use and* do not apply to App Engine use.* On Fri, Oct 7, 2011 at 5:30 PM, Jody Belka wrote: > Who knows

Re: [google-appengine] X-AppEngine-City

2011-10-07 Thread Jeff Schnitzer
On Fri, Oct 7, 2011 at 2:50 AM, Krishna Patel wrote: > Jeff, > I didn't even consider using their Java api. The idea of keeping the data in > memory on App Engine is absurd. I'm surprised you thought that might work. Uh... did you miss the part where I did this and it works great? And James Brob

Re: [google-appengine] MySQL on GAE becomes a reality ?

2011-10-07 Thread Tim
I had the same thoughts about performance (and saw the notes about the quota/limit and the "do not apply to AppEngine" qualifier too). For those interested, there's a new group set up here https://groups.google.com/forum/#!forum/google-cloud-sql-discuss It's pretty sparse at the moment, as yo

Re: [google-appengine] Simple alternative to AppScale and TyphoonAE

2011-10-07 Thread Tobias
Ricardo, in case you want to give TyphoonAE a go, pass me a message. I'm currently gearing it up for Python 2.7 and proper SQL support. Cheers, Tobias -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To view this discussion on the web vis

RE: [google-appengine] X-AppEngine-City

2011-10-07 Thread Brandon Wirtz
Fair enough. I'm a data hoarder :-) and clients have been buying information for 18+ years. I have never don the GEO-Ip as a service because the cost could never be competitive with Maxmind. At somepoint max mind might offer a directly compatible/supported solution with AppEngine. If I were a

[google-appengine] Re: MySQL on GAE becomes a reality ?

2011-10-07 Thread Andrei
Is it free to use in preview mode? On Oct 6, 6:17 pm, Tim wrote: > In case anyone missed it, a full SQL database is in "limited preview" > > http://googleappengine.blogspot.com/2011/10/google-cloud-sql-your-dat... >  http://code.google.com/apis/sql/ > > Quote:  fully-managed service that maintain

[google-appengine] Re: MySQL on GAE becomes a reality ?

2011-10-07 Thread Tim
On Friday, 7 October 2011 22:34:47 UTC+1, Andrei wrote: > > Is it free to use in preview mode? > > The initial announcement says it "is available free of charge for now, and we will publish pricing at least 30 days before charging for it" (I expect this might mean something like 'no premium ov

[google-appengine] Fwd: One-To-Many RElations Serialization

2011-10-07 Thread Bruno Sandivilli
-- Forwarded message -- From: Bruno Sandivilli Date: 2011/10/7 Subject: Re: One-To-Many RElations Serialization To: google-web-tool...@googlegroups.com PersistenceManager pm = PMF.get().getPersistenceManager(); javax.jdo.Query query = (javax.jdo.Query) pm.newQuery(Objetos.class);

[google-appengine] Re: X-AppEngine-City

2011-10-07 Thread roberto.cr
please star both Issues: http://code.google.com/p/googleappengine/issues/detail?id=803&q=geolocation&colspec=ID%20Type%20Component%20Status%20Stars%20Summary%20Language%20Priority%20Owner%20Log http://code.google.com/p/googleappengine/issues/detail?id=5227&q=geolocation&colspec=ID%20Type%20Compon