[google-appengine] Re: logging malfunctioning

2010-06-08 Thread Onestone
The correct URL for version 7 would be http://7.latest.wordwisegame.appspot.com/ On Jun 8, 7:17 pm, Philip Tucker wrote: > I'm hitting version 7 of my server athttp://7.wordwisegame.appspot.com > right now, but no logs are showing in the console. I do see logs on > the default version (6). I've n

[google-appengine] Re: Google AppEngine Indexing

2010-07-21 Thread Onestone
Check this tip by Ikai Lan: http://ikaisays.com/2010/07/12/google-app-engine-tips-and-tricks-prebuilding-indexes-using-a-non-default-version/ On Jul 21, 11:40 am, GeekTantra wrote: > I am trying to segregate the queries that require indexes by using a > try except block like following > >   try:

[google-appengine] Re: Please help! App Engine mail marked as spam.

2010-07-29 Thread Onestone
Look here: http://www.kyle-jensen.com/increase-email-deliverability-on-appengine-by It seems that the correct SPF record to use is actually: v=spf1 include:aspmx.googlemail.com ~all On Jul 29, 4:20 am, Greg wrote: > I'm having the same problem. I have SPF records set up, and I'm pro- > activel

[google-appengine] Re: How to check if the user is logged in using Javascript?

2010-07-30 Thread Onestone
Why not simply initialize a JS variable in the page HTML for logged-in users, and then simply checking for it? There's no security vulnerability in doing that, as any part of the client-side code can be manipulated anyway. On Jul 30, 10:13 pm, Jeff Schwartz wrote: > I think that for security reas

[google-appengine] Channel API questions

2010-08-19 Thread Onestone
Hi Google team, I know the Channel API is not yet official, but a lot of its code is openly visible and I've already been playing with it. There are a couple of questions which I'd like to ask before fully committing to it. They are related to the high-level intended usage patterns for the API. F

[google-appengine] Re: Channel API questions

2010-08-23 Thread Onestone
Moishe, thanks very much for the detailed answers! I think your design choices are fine, there is only one small suggestion I'd like to make: > Connection info for channels (re: your first question) probably won't > make the cut for the first release of the API, but it is something I > want to do.

[google-appengine] Re: Request Latency from Belgium

2010-08-31 Thread Onestone
Ping times are almost irrelevant with GAE static files. Most of the time is spent not reaching the Google HTTP frontend servers, but waiting for them to reply. You can easily see that with Firebug or Chrome. On Sep 1, 12:55 am, Matt H wrote: > http://just-ping.com/ > > On Aug 31, 9:33 am, Pieter

[google-appengine] Re: How to generate a random session ID etc.?

2010-04-04 Thread Onestone
I usually go with just: uuid.uuid4().hex I'm not 100% sure whether it uses /dev/urandom, or something GAE- specific. I'm fairly confident it doesn't rely on the Mersenne Twister though. On Apr 3, 7:21 pm, Ulrich wrote: > Or is it better to use something like: > random = random.SystemRandom() >

[google-appengine] Re: Roadmap update and XMMP

2009-02-09 Thread Onestone
Dan, are there any plans to eventually support client-side BOSH (a.k.a. HTTP-binding for XMPP)? Server-side XMPP support is not very useful, but client-side BOSH support would be great. On Feb 9, 7:56 pm, Dan Sanderson wrote: > XMPP support will not take the form of long running processes.  XMPP