On Thu, Feb 4, 2010 at 1:32 AM, Haron Media <[email protected]> wrote:
>
> On 02/04/2010 08:02 AM, Mike Orr wrote:
>> It does, but the speed of that is imperceptible. Reading the template
>> from disk is a thousand times slower.
>>
>>
>
> But with Mako the templates are compiled as Python code, hence loaded
> from disk only once (per file change), no?

Yes, but my point is that an attribute access won't be a bottleneck in
the application. If your application is slow, the first thing to look
at is database queries, and the second is disk accesses.

-- 
Mike Orr <[email protected]>

-- 
You received this message because you are subscribed to the Google Groups 
"pylons-discuss" 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/pylons-discuss?hl=en.

Reply via email to