In general, my app does 3 db gets for every db query. No modifications were necessary with my app. Using slim3 db for transactions.
1000 simutaneous users were logged in using my own authentication (not federated) with sessions enabled. I only use session to record the fact that a user has authenticated I save app state in hidden form html. hope that helps Sincerely, Mike Lawrence On Mon, Aug 22, 2011 at 10:54 AM, thstart <[email protected]> wrote: > +Mike Lawrence > > As you post I have couple of questions to you. > > >Average response time is still sub-second for the week. > > Do you use queries to fetch data or you use a lists? > > Do you modified your app when moving to HR, or just transferred it? > > >1000 simultaneous users. > > Are you users logged in or just retrieving data anonymously? > > > > > -- > 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/-/rpGj8t4Gy-0J. > > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/google-appengine?hl=en. > -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-appengine?hl=en.
