[google-appengine] Re: how we can start Google app engine's web app via command line in windows

2013-08-24 Thread Vijay Kumbhani
On Saturday, 24 August 2013 10:09:51 UTC+5:30, Vijay Kumbhani wrote: > > please, give me proper syntax to start app engine app via command line in > my pc > 1. we start google app engine app via commnd line * Open cmd with administrator mode 2. To enter type "Python" command * if python co

Re: [google-appengine] how we can start Google app engine's web app via command line in windows

2013-08-24 Thread Vijay Kumbhani
> > hi bro, > reply for thanks but i found another solution go to below link https://groups.google.com/d/msg/google-appengine/xqOyS2Fjc4U/CwCXkqo-GSQJ -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and st

Re: [google-appengine] its blank

2013-08-24 Thread Paulus Tanuwijaya
Dear Vinny, What I meant by it still doesn't work is when I run the program on the web there is nothing (blank). According to the tutorial it supposes to show box and sign in guest book. My tutorial is from https://developers.google.com/glass/overview. Thanks -- You received this message be

Re: [google-appengine] How to view Google datastore in locally ? and which structure used Google datastore ?

2013-08-24 Thread timh
Actually you don't use /_ah/admin on the dev server any more. With the new version of the SDK (1.7.x - can't remember the specific release) you connect to port 8000 and datastore is http://localhost:8000/datastore Cheers Tim On Saturday, August 24, 2013 12:47:03 PM UTC+8, Vinny P wrote: > >

Re: [google-appengine] Hanging on last Backend (or Module) memcache writes

2013-08-24 Thread Julian Kent
OK, I managed to catch one. I saved the appstats page, as well as the logs, here: https://dl.dropboxusercontent.com/u/4066735/LiteRumble_error/LiteRumble_error.zip If you want to step through code the latest is available here: https://bitbucket.org/jkflying/literumble/src/3542f1e636fe8675cf6e5b701

Re: [google-appengine] Unable to connect to GAE apps due to Timeout errors

2013-08-24 Thread muhammad . taiyab
Thanks Vinny P for your reply, I have increased the number of idle instances from Automatic to 100 and lower the minimum pending latency slider from Automatic to 100ms. I will update in few days if I faced this issue again. On Saturday, August 24, 2013 8:15:07 AM UTC+5, Vinny P wrote: > > On Fr

Re: [google-appengine] Unable to connect to GAE apps due to Timeout errors

2013-08-24 Thread Alex Burgel
On Saturday, August 24, 2013 11:12:35 AM UTC-7, muhamma...@k2-labs.com wrote: > Thanks Vinny P for your reply, > > I have increased the number of idle instances from Automatic to 100 and > lower the minimum pending latency slider from Automatic to 100ms. I will > update in few days if I faced t

Re: [google-appengine] Unable to connect to GAE apps due to Timeout errors

2013-08-24 Thread muhammad . taiyab
Hi Alex, Thanks for letting me know, I have updated this value to 50 instances. If it worked then I will again update this to minimum working value for my application. On Saturday, August 24, 2013 11:36:36 PM UTC+5, Alex Burgel wrote: > > On Saturday, August 24, 2013 11:12:35 AM UTC-7, muhamma.

Re: [google-appengine] its blank

2013-08-24 Thread Vinny P
Hello Paulus, On Sat, Aug 24, 2013 at 3:07 AM, Paulus Tanuwijaya wrote: > > My tutorial is from https://developers.google.com/glass/overview. Are you sure the tutorial is from the Google Glass page? The code you supplied looks to be identical to the Python App Engine tutorial at https://dev

Re: [google-appengine] Hanging on last Backend (or Module) memcache writes

2013-08-24 Thread Vinny P
On Sat, Aug 24, 2013 at 9:50 AM, Julian Kent wrote: > In the appstats, further down I'm seeing memcache.Set() entries with times > such as "real=8831941ms", which is clearly where it is hanging. Personally, > I don't consider 8000 seconds, that is over 2 hours, reasonable latency in > a single me