Kai,   Very very untrue.  RAM is much faster than Disk IO.  Dynamically
assembling a page from query results cached in database memory  is far
faster than going to disk.  Caching the rendered page  via memcached, squid,
or even in a database table is so much faster than serving static disk bound
files it'll make your router cry out for mercy.

Vance

On 6/27/07, Kai Kuehne <[EMAIL PROTECTED]> wrote:
>
>
> Hi,
>
> > Vance Dubberly wrote:
> > > On the plus side it is faster than a similar PHP app ( with APC ) and
> > > faster than serving static files.
>
> Afaik, dynamic things _can't be_ faster than static things.
>
> Kai
>
> >
>


-- 
To pretend, I actually do the thing: I have therefore only pretended to
pretend.
  - Jacques Derrida

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to