Hi Benn,
> > *Here's my results*
> > time/request : 1.02669 sec
> > time/request : 0.81934 sec
>
> Thanks for running those tests. Since my application is pretty
> database intensive, this might be a showstopper for me on GAE. :( I
> had assumed that Big Table would be *much* faster than this (like, 0.1
> seconds for simple database transactions, maximum).
>
These results are full round trip time. ie its is measured right from
invocation of request from the client upto full response returned to the
client. so it includes network latency as well. Considering that I would say
its a very good. Need to compare with other service providers to have a
honest comparision.
This is what I have in my log
1.
1. 01-03 03:08PM 45.143
/init/team/new?name=australia&_formname=default 200 52ms
614ms-cpu 4kb See
details<http://appengine.google.com/logs/log_detail?app_id=abcd4all1&version_id=4.330450487194492864&request_id=00045F9C23B13851.76D74782&layout=plain>
116.75.xx.xx - - [03/Jan/2009:15:08:45 -0800] "GET
/init/team/new?name=australia&_formname=default HTTP/1.1" 200 4015 - -
So the processing time is in ms. I guess 52ms is the db response time.
Hope this helps.
Thanks,
Sudhakar.M
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"web2py Web Framework" 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/web2py?hl=en
-~----------~----~----~----~------~----~------~--~---