Please share you benchmarks when you think you are done.

On Tuesday, 7 August 2012 14:29:51 UTC-5, Felipe Meirelles wrote:
>
> Well, I'm still in the middle of tests but all points to a huge drop on 
> cpu usage using a model less aproch. I've made, in a few days ill post 
> numbers, but the cpu_ms is arround half of it was.
>
> I've set all db.define_table() in separete models, and just include them 
> where i use them. Also, all the configs from 0.py were split in files, and 
> are just called when I need them.
>
> Thanks for the help!
>
> On Tue, Aug 7, 2012 at 4:25 PM, Anthony <abasta...@gmail.com> wrote:
>
>> The app I'm developing is highly dependent on auth.
>>>
>>> Does it mean that any request that uses auth won't be faster than 200ms 
>>> on GAE?
>>>
>>
>> Note, if you're just checking for login, I don't think you need to call 
>> auth.define_tables() (that should only be needed for registration, login, 
>> and checking permissions/membership). Also, make sure to use 
>> auth.define_tables(migrate=False) to avoid migrations on the auth tables in 
>> production.
>>
>> Anthony
>>
>> -- 
>>  
>>  
>>  
>>
>
>
>
> -- 
> Att,
> Felipe Meirelles.
>
>  

-- 



Reply via email to