Re: [google-appengine] Re: Request Latency from Belgium

2010-08-30 Thread Peter De Keer
It cannot be the application, I'm just measuring a static file (css). There is no processing in Python going on, I set it in the .yaml file. I would really like to see an example website on the appspot.com domain that works faster in Belgium. Any thoughts? I'm willing to start programming on GAE

[google-appengine] Re: SSO with built-in OpenId is possible?

2010-08-30 Thread Rodrigo Moraes
On Aug 31, 12:23 am, gops wrote: > Confirmation is done only one time. the first time. if you want to > avoid confirmation even for first time, domain should be registered to > google first. ( which they may not approve for OAuth+OpenID , as you > have mentioned in a linked document.) Hi gops, Ind

[google-appengine] Re: SSO with built-in OpenId is possible?

2010-08-30 Thread gops
Confirmation is done only one time. the first time. if you want to avoid confirmation even for first time, domain should be registered to google first. ( which they may not approve for OAuth+OpenID , as you have mentioned in a linked document.) On Aug 31, 8:11 am, Julian Namaro wrote: > I thought

[google-appengine] Re: SSO with built-in OpenId is possible?

2010-08-30 Thread Julian Namaro
I thought SSO for the marketplace was one of the goal of the built-in OpenID login, but I haven't tried yet. Somebody can confirm it works ? On Aug 30, 9:26 pm, Rodrigo Moraes wrote: > On Aug 29, 11:33 pm, gops wrote: > > > I think pure openid is possible( just login ). but , openid with oauth >

[google-appengine] Re: Moving Images from Datastore to Blobstore

2010-08-30 Thread Niklasro(.appspot)
Somewhere making that reference between entity and blobstore blob fails in my method. Maybe you know what I'm doing wrong? class UploadHandler(blobstore_handlers.BlobstoreUploadHandler): def post(self): #...get the blob.. #..get form data and make reference data = AForm(data=self.request.POS

[google-appengine] Re: OAuth integration issue with Google Apps

2010-08-30 Thread Jean-Lou Dupont
bump. Is it normal to see " {'Content-Length': '280', 'X-Appengine-Default- Namespace': 'systemical.com', 'User-Agent': 'musync,gzip(gfe),gzip(gfe)', 'Host': 'services.systemical.com', 'X- Google-Apps-Metadata': 'domain=systemical.com', 'X-Zoo': 'app- id=services-systemical,domain=systemical.com',

[google-appengine] Re: Request Latency from Belgium

2010-08-30 Thread Tim Hoffman
Hi Just looking at the logs and possibly adding some more logging in your application you can see exactly how long each request takes to process on the server. Total time will be the logged time plus network. You should be able to workout fairly well if its you application. T On Aug 31, 5:15 am

[google-appengine] Re: updates on appenginepeople.net

2010-08-30 Thread nickmilon
Good appl, Statistics I have suggested some time ago look pretty, although I am afraid these are skewed coz of small sampling space. For example it seems more developers coming in from Europe than Americas which seems interesting. I would encourage everybody here to sign in to this appl so we can h

[google-appengine] Re: I keep getting "Request was aborted after waiting too long to attempt to service your request. This may happen sporadically when the App Engine serving cluster is under unexpect

2010-08-30 Thread Tim Hoffman
Hi Jeff You provided so little information I had no idea how experienced you are with the platform so provided you with some pointers of things to look at. And Kenneth is pretty much spot on, re: instances spinning up. As he points out if you can get you avg request time down low you might find

[google-appengine] App Engine SDK 1.3.7 bugfix release

2010-08-30 Thread Ikai L (Google)
Hey everyone, I just wanted to let you all know that we're releasing a bugfix release, 1.3.7. You can see our blog post here: http://googleappengine.blogspot.com/2010/08/app-engine-137-sdk-bugfix-release.html There are two issues this release addresses: - Python SDK will correctly assign a name

Re: [google-appengine] Re: Request Latency from Belgium

2010-08-30 Thread Jaroslav Záruba
+1 Sometimes I wonder whether GAE is 'not exactly fast' because of my poorly written app, overall heavy load on GAE, or because of the fact that I'm sitting in Central Europe. On Mon, Aug 30, 2010 at 11:15 PM, Peter De Keer wrote: > Are there any examples form apps that run on Google App Engine

Re: [google-appengine] Re: Request Latency from Belgium

2010-08-30 Thread Peter De Keer
Are there any examples form apps that run on Google App Engine that work FAST in my region of the world? I'm willing to believe you, but I rather see the evidence ;-) On Mon, Aug 30, 2010 at 23:03, Jan Z/ Hapara wrote: > Put higher load on it. > > When our usage peaks, the average response time

[google-appengine] Re: Request Latency from Belgium

2010-08-30 Thread Jan Z/ Hapara
Put higher load on it. When our usage peaks, the average response time drops from ~350-400msec to ~80msec. YMMV. J On Aug 30, 11:59 pm, Tixiv wrote: > I have uploaded the demo application to a domain, and I am testing the > responses which are really slow. > > I request the following > URL:ht

[google-appengine] Re: I keep getting "Request was aborted after waiting too long to attempt to service your request. This may happen sporadically when the App Engine serving cluster is under unexpect

2010-08-30 Thread Kenneth
Actually that error has nothing to do with your application performance, it is an app engine problem. Your app is under load and needs to spin up a new a instance but for some reason app engine can't spin it up in the 10 seconds it is given. You could argue that something else your app is doing is

Re: [google-appengine] Help with db.Expando clases

2010-08-30 Thread Robert Kluin
setattr(entity, p, value) http://docs.python.org/library/functions.html#setattr See also: getattr and delattr. Depending on your exact needs I would also suggest you consider using JSON (or something else) to encode user defined properties. Might make it easier for you to distinguish the user de

Re: [google-appengine] OCR

2010-08-30 Thread Robert Kluin
You do not specify Python or Java. I have seen some java OCR implementations, not sure if they run on GAE or not. There are also lots of online OCR services. Robert On Sat, Aug 28, 2010 at 12:29, J3r3my wrote: > Is there any way to read text from images (OCR) using some library > with GA

Re: [google-appengine] offline application cache - any GAE examples?

2010-08-30 Thread Robert Kluin
Have you tried: 1) Adding a "CACHE:" before listing the items you would like cached? 2) Declaring the suggested doctype? Important: In some browsers, the application cache does not work fully if you use a non-HTML 5 DOCTYPE declaration. Instead, use an HTML 5 DOCTYPE declaration: Robert O

[google-appengine] updates on appenginepeople.net

2010-08-30 Thread sserrano
Hi Everybody I just push some changes to http://www.appenginepeople.net New stuff: * contact email is protected with recaptcha mailhide * "about me" accepts textile markup * signup is now handle by a wizard with 3 steps Cheers, Sebastian http://studio.livemade.com -- You received this

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

2010-08-30 Thread Ikai Lan
Adding Adding App Engine REST server http://code.google.com/p/appengine-rest-server/ Click on http://groups.google.com/group/google-appengine/web/google-app-engine-open-source-projects - or copy & paste it into your browser's address bar if that doesn't work. -- You received this message beca

[google-appengine] Intermittent deploy problems

2010-08-30 Thread Josh
Has anyone been experiencing any intermittent deploy errors? The error returned has no information in it (verbose, noisy, or not) and all I'm doing is a basic update command with appcfg.py. If we retry the same operation sometimes up to 5 times, it finally works. ANY suggestions would be helpful.

[google-appengine] Request Latency from Belgium

2010-08-30 Thread Tixiv
I have uploaded the demo application to a domain, and I am testing the responses which are really slow. I request the following URL: http://helloworldpdk.appspot.com/stylesheets/main.css 214ms minimum wait time for the response to get here (in Belgium). See screnshot: http://i.imgur.com/WNOPT.pn

[google-appengine] Help with db.Expando clases

2010-08-30 Thread jotavaladouro
Hi to everyone: I want to create a model that allow the user to add Properties. I have found expando clases but I have a problem: I Create the new Propertie with the same codeline, where p is the new propertie. entity.p=value How can I change the name of p propertie or create it with a name guv

[google-appengine] DownloadError: ApplicationError: 2 when using Amazon FPS

2010-08-30 Thread JimJty
I am using Amazon's Flexible Payment service to verify the signature in a return url using their Simple Pay buttons. When I use the urlfetch method I get the following error: DownloadError: ApplicationError: 2 (In python) The url is using the REST interface at this address https://fps.amazonaws.co

[google-appengine] Re: Google Apps Full Accounts

2010-08-30 Thread Matthew Blain
Hi Erik, Things should continue to work when you/your domain gets upgraded. Indeed the URL you have above is invalid, but I'm not sure what you did to get there--what did you go to to see this? Note that one of the advantages of the new system is that you no longer need to visit appengine.google.

[google-appengine] JSONBOT 0.3 RELEASE

2010-08-30 Thread Bart Thate
Hello world ! I just released version 0.3 of JSONBOT. JSONBOT is a remote event driven framework for building bots that talk JSON to each other over XMPP. This distribution provides bots built on this framework for console, IRC, XMPP for the shell and WWW and XMPP for the Google Application engin

[google-appengine] Re: Multitenancy and datastore performance

2010-08-30 Thread l.denardo
That was my guess too. Thank you for collaboration. Regards Lorenzo On Aug 30, 3:32 pm, Rodrigo Moraes wrote: > On Aug 30, 10:08 am, "l.denardo" wrote: > > > The point in my question is: does multitenancy impact performance when > > user ID (or anything which will be used as a namespace identifi

[google-appengine] Re: Multitenancy and datastore performance

2010-08-30 Thread Rodrigo Moraes
On Aug 30, 10:08 am, "l.denardo" wrote: > The point in my question is: does multitenancy impact performance when > user ID (or anything which will be used as a namespace identifier) is > not explicitly used for filtering? Does the use of namespaces improve > performances, e.g., of getObjectByID? A

[google-appengine] Re: Log is garbled

2010-08-30 Thread phatmann
I downloaded the logs so I could inspect them directly. Here is an excerpt: 217.43.86.19 - jpage505 [17/Aug/2010:15:50:28 -0700] "PUT /sync HTTP/ 1.1" 500 1127 - "FocusPad 2.0.0.11 (iPhone; iPhone OS 4.0.1; en_GB),gzip(gfe)" 3:1282085428.638016 ~ : f€ÄBˆÄÖ]‚Rs«~ÚJˇÚı7ßØÙ˜˙ ?˘∆o Ô˚…

[google-appengine] Re: Multitenancy and datastore performance

2010-08-30 Thread l.denardo
Hello, thanks for advice... Unfortunately, this is due to planned evolution in the application. Currently, a user can retrieve just the objects he created, these are simply retrieved by key (no filters involved). Security checks are performed to see if the user can manage the object with the prov

[google-appengine] Re: Multitenancy and datastore performance

2010-08-30 Thread Rodrigo Moraes
On Aug 30, 7:55 am, "l.denardo" wrote: > In my application the only suitable namespace would be the user's > email domain (Google Apps domain btw), making the choice of > multitenancy nearly useless (I currently have security checks to > separate user's access to datastore object). Why useless? If

[google-appengine] Re: SSO with built-in OpenId is possible?

2010-08-30 Thread Rodrigo Moraes
On Aug 29, 11:33 pm, gops wrote: > I think pure openid is possible( just login ). but , openid with oauth > ( for docs and contact api etc ) is not possible with sso. What I am missing is how people achieve login coming from Google Apps without passing by the approval screen (user is prompted for

Re: [google-appengine] Re: I keep getting "Request was aborted after waiting too long to attempt to service your request. This may happen sporadically when the App Engine serving cluster is under unex

2010-08-30 Thread Jeff Schwartz
While what you say is true, Tim, memcache is not always the proper persistence layer or solution for solving these problems. If the processing that is exceeding quota is geared towards all users then yes, memcache can be helpful but if the processing is user specific then session state is the bette

[google-appengine] Re: I keep getting "Request was aborted after waiting too long to attempt to service your request. This may happen sporadically when the App Engine serving cluster is under unexpect

2010-08-30 Thread Tim Hoffman
Hi You haven't provided any information to help use give you hints. But basically whatever you are doing is taking too long. You should look at the stack trace to see where in you code things are stopping. You should probably also look at appstats and profile what you application is doing and wo

[google-appengine] Multitenancy and datastore performance

2010-08-30 Thread l.denardo
Hello everybody, I'm currently investigating the new multitenancy features introduced in GAE 1.3.6. In my application the only suitable namespace would be the user's email domain (Google Apps domain btw), making the choice of multitenancy nearly useless (I currently have security checks to separat

Re: [google-appengine] Re: Server Error

2010-08-30 Thread Tsolmon Narantsogt
Thank you Tim you are right On Sun, Aug 29, 2010 at 10:01 AM, Tim Hoffman wrote: > Hi > > Check your app.yaml for problems. This seems to one cause of this. > (though I have found the error message varies) > > I have found for instance error handler paths can't overlap with > static file ha