[google-appengine] Re: Error 483

2010-01-19 Thread bruno.braga
You should place python questions on the Google App Engine Python Runtime Group instead (to guarantee you will get more responses). The warning message is default from appserver, it is just informing that it did not find any database to work with (hence it will create a new one). This does not aff

[google-appengine] Re: Naked domain support - solved?

2009-12-27 Thread bruno.braga
That's a nice workaround for this. The only problem here is to convince people to send all traffic to your IP. If they need to deal with sensitive data, most likely they will not turn to this solution. On Dec 26, 4:20 pm, Dima U wrote: > Hello! > > Just a quick note about service that anyone can

[google-appengine] Re: my ae don't support unicode, why i submit Chinese, now homepage err, how to rollback database?

2009-12-27 Thread bruno.braga
Hi, First thing, you should specify which framework you are using (Python or Java)... If Python, I suggest placing this question directly at: http://groups.google.com/group/google-appengine-python?hl=en You will probably get stronger answers from there. Supposing that you are talking about Python

[google-appengine] Re: View this page "Google App Engine Open Source Projects"

2009-12-07 Thread bruno.braga
Hi Jason, What happened with the page? It seems to be gone... On Dec 7, 6:13 pm, "Jason (Google)" wrote: > Added MVCEngine > > Click > onhttp://groups.google.com/group/google-appengine/web/google-app-engine... > - or copy & paste it into your browser's address bar if that doesn't > work. -- Y

[google-appengine] Re: Offline?

2009-07-02 Thread bruno.braga
.@googlegroups.com] 代表 conman > > > 发送时间: 2009年7月2日 23:37 > > > 收件人: Google App Engine > > > 主题: [google-appengine] Re: Offline? > > > > same for me > > > > On 2 Jul., 17:30, "bruno.braga" wrote: > > > > > And this is the

[google-appengine] Re: Offline?

2009-07-02 Thread bruno.braga
And this is the attempt to open the dashboard: http://lh3.ggpht.com/_A7V9t45pMLU/SkzRNkvwu0I/TE4/zryzVNPq1Ck/s400/gae_server_error_2.jpg --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Google App Engine" gro

[google-appengine] Offline?

2009-07-02 Thread bruno.braga
It seems Google App Engine is offline now, at least for me. Check out the message when I try to check the status page: http://lh5.ggpht.com/_A7V9t45pMLU/SkzP49AxS6I/TE0/7CnSJbeaVA8/s400/gae_server_error.jpg And of course, my pages are not working properly (db timeouts everywhere). And

[google-appengine] Offline?

2009-07-02 Thread bruno.braga
It seems Google App Engine is offline now, at least for me. Check out the message when I try to check the status page: http://lh5.ggpht.com/_A7V9t45pMLU/SkzP49AxS6I/TE0/7CnSJbeaVA8/s400/gae_server_error.jpg And of course, my pages are not working properly (db timeouts everywhere). --~--

[google-appengine] Re: Datastore timeout: operation took too long.

2009-06-03 Thread bruno.braga
Hi all, I also had similar issues, with a recent deployed application being used with a Google Apps account. I was surprised to see timeout errors in simple requests (insert/ delete), with a database with less than 10,000 rows. I was wondering how to imagine the whole "scalability" concept if tim

[google-appengine] Re: join group-by queries, reports and data warehousing

2009-05-06 Thread bruno.braga
No doubt. You got my star on it! On May 6, 9:20 pm, Barry Hunter wrote: > This would go a long way to facilitate data warehousing type > taskshttp://code.google.com/p/googleappengine/issues/detail?id=112 > > add your star to support it :) > > On 06/05/2009,

[google-appengine] Re: join group-by queries, reports and data warehousing

2009-05-06 Thread bruno.braga
Hi Ryan, Thanks for the quick reply, and for clarifying this to me, even if those are not good news to me. If complex reporting system is required, I think it is reasonable enough to count on third-part solutions (even you own) to do that, and do not get away from the purpose of GAE. I will thin

[google-appengine] join group-by queries, reports and data warehousing

2009-05-05 Thread bruno.braga
Sorry to raise up this topic again, but I did not find any still opened for my additional questions. I read a lot of information here saying that the way we store/retrieve information in Datastore is particularly designed for high performance and scalability. I hear this a lot in GAE, and I am su