Re: [google-appengine] Worried about performance of an HTTP based game.

2011-07-17 Thread Nick Johnson (Google)
Hi, The easiest way to do this is to not do it, if you'll forgive the misdirection. What is the nature of the update you need to do? Is there a way you can avoid having to update every record, or to update only modified records? What is the upper-limit on players per game, and do the updates for o

[google-appengine] Re: logs does not work

2011-07-17 Thread saintthor
hong kong do not work too. On Jul 17, 11:22 pm, keakon lolicon wrote: > Try Asia/Hong Kong. > > > > > > > > On Sun, Jul 17, 2011 at 11:01 PM, saintthor wrote: > > the logs show out after about 8 hours. now i can see the newest log at > > 16:22. > > > is it anything about timezone? here is gmt

Re: [google-appengine] 1.5.2 SDK Prerelease

2011-07-17 Thread yinhm
On Mon, Jul 18, 2011 at 12:57 PM, PK wrote: > They are changing the default appid on the dev server to have a dev~ prefix. > Data already written in a previous release do not and they are not visible > any more. > Please read this earliest post by Matthew for an explanation: > https://groups.googl

Re: [google-appengine] 1.5.2 SDK Prerelease

2011-07-17 Thread PK
They are changing the default appid on the dev server to have a dev~ prefix. Data already written in a previous release do not and they are not visible any more. Please read this earliest post by Matthew for an explanation: https://groups.google.com/d/msg/google-appengine/qsCruLPNLUA/Zs_2yGKSNY

Re: [google-appengine] HardDeadlineExceptions after the maintenance

2011-07-17 Thread Michael Quartly
Fast response to production issues has never been my experience. I would be lucky to get a response the same day sometimes. -- 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

Re: [google-appengine] 1.5.2 SDK Prerelease

2011-07-17 Thread yinhm
On Mon, Jul 18, 2011 at 3:27 AM, PK wrote: > @yinhm have you tried to run your server with the option > --default_partition="" in 1.5.2 prerelease? > PK With --default_partition="" datastore works like before, thx point this to me. Still wonder why break this in a minor release. -- Regards

Re: [google-appengine] 1.5.2 SDK Prerelease

2011-07-17 Thread PK
@yinhm have you tried to run your server with the option --default_partition="" in 1.5.2 prerelease? PK -- 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-appe

Re: [google-appengine] HardDeadlineExceptions after the maintenance

2011-07-17 Thread Robert Kluin
I totally agree; sitting, waiting, and hoping is never a good feeling. Last I knew, production issues did get attention pretty fast. Robert On Sat, Jul 16, 2011 at 12:22, Waleed Abdulla wrote: > Thanks, Robert. Do you know if they treat these issues in an urgent manner? > When your app is

Re: [google-appengine] 1.5.2 SDK Prerelease

2011-07-17 Thread yinhm
2011/7/17 yinhm : > On Tue, Jul 12, 2011 at 4:59 PM, Johan Euphrosine wrote: >> - The SDK "application" environment variable will now be prefixed with dev~. > > Then I down upgraded to 1.5.1, got no lucky although the > dev_appserver.datastore filesize > seems correctly. The data seems missing af

Re: [google-appengine] Re: logs does not work

2011-07-17 Thread keakon lolicon
Try Asia/Hong Kong. On Sun, Jul 17, 2011 at 11:01 PM, saintthor wrote: > the logs show out after about 8 hours. now i can see the newest log at > 16:22. > > is it anything about timezone? here is gmt + 8, now is 23:00. > > On Jul 17, 9:25 pm, saintthor wrote: > > run app, with error or not, n

[google-appengine] Re: logs does not work

2011-07-17 Thread saintthor
the logs show out after about 8 hours. now i can see the newest log at 16:22. is it anything about timezone? here is gmt + 8, now is 23:00. On Jul 17, 9:25 pm, saintthor wrote: > run app, with error or not, no logs is found. -- You received this message because you are subscribed to the Google

[google-appengine] dev_appserver.sh to allow restricted classes

2011-07-17 Thread gabriel munteanu
Hi, I want to debug a js application in rhino on appengine. on localhost, i want to debug it with rhino's debugger, but i cannot as it uses a jframe class for the window&stuff, and dev_appserver.sh spits an error with restricted class. is there a flag or any other way to load restricted classes o

Re: [google-appengine] 1.5.2 SDK Prerelease

2011-07-17 Thread yinhm
On Tue, Jul 12, 2011 at 4:59 PM, Johan Euphrosine wrote: > - The SDK "application" environment variable will now be prefixed with dev~. I just upgraded to prerelease 1.5.2, and can't read any old data from my app. Then I down upgraded to 1.5.1, got no lucky although the dev_appserver.datastore f

[google-appengine] logs does not work

2011-07-17 Thread saintthor
run app, with error or not, no logs is found. -- 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..

[google-appengine] Re: App engine CDN bug?

2011-07-17 Thread saintthor
seems fixed. On Jul 17, 4:02 pm, saintthor wrote: > the version i deployed 4 hours ago does not work till now. > > On Jul 17, 12:45 pm, saintthor wrote: > > > > > > > > > same thing happened to me. > > > my last version causes an error at line 186 in some file. after i > > fixed it, the code lin

[google-appengine] Re: App engine CDN bug?

2011-07-17 Thread saintthor
the version i deployed 4 hours ago does not work till now. On Jul 17, 12:45 pm, saintthor wrote: > same thing happened to me. > > my last version causes an error at line 186 in some file. after i > fixed it, the code line is not 186 now, the error message still show > me line 186. so i am sure it

[google-appengine] Re: App engine CDN bug?

2011-07-17 Thread saintthor
it shows me the page of active version. has nothing about ? version=398 On Jul 17, 2:08 pm, Philip wrote: > Use a cache buster e.g. include the version number to the url of the > file:http://www.yoursite.com/logo.png > > Best Regards > Philip > > On Jul 17, 12:46 am, Tapir wrote: > > > > > > >

[google-appengine] 回覆:Re: 回覆:Re: Not able to copy data from an app to another

2011-07-17 Thread Raymond C.
anyone from Google can update sth about this? -- 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/-/f7sqVNgyZ-MJ. To post to this group, send email to go